File|Settings|Language & Frameworks|Flutter - 'Format code on save'
Subscribe to:
Post 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...
-
Center(child: Text()....)
-
ElevatedButton ( child: const Text ( "Hey" ) , onPressed: () { Navigator. push ( context , MaterialPageRoute...
No comments:
Post a Comment