Center(child: Text()....)
Tuesday, September 5, 2023
Subscribe to:
Comments (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...
-
double screenWidth = MediaQuery.of(context).size.width; double screenHeight = MediaQuery.of(context).size.height; Container( height: sc...
-
stateless vs stateful class farkı nedir? setState fonksiyonu kullanımı button tipleri nelerdir?
-
Random Random is a generator of bool , int or double values. var intValue = Random().nextInt( 10 ); // Value is >= 0 and < 10. ...