Center(child: Text()....)
Tuesday, September 5, 2023
Subscribe to:
Posts (Atom)
Ekran genişliğini ve yüksekliğini alma
double screenWidth = MediaQuery.of(context).size.width; double screenHeight = MediaQuery.of(context).size.height; Container( height: sc...
-
Attributes: Column( - mainAxisSize: MainAxisSize.Min * Minimum alan kaplaması için kullanır -- Column elemanlarını Sıralı sıkıştırmış. Alan...
-
double screenWidth = MediaQuery.of(context).size.width; double screenHeight = MediaQuery.of(context).size.height; Container( height: sc...
-
MaterialApp( debugShowCheckedModeBanner: false , )