double screenWidth = MediaQuery.of(context).size.width;
double screenHeight = MediaQuery.of(context).size.height;
Container(
height: screenHeight,
width: screenWidth,
color: Colors.white,
// ...
),
double screenWidth = MediaQuery.of(context).size.width; double screenHeight = MediaQuery.of(context).size.height; Container( height: sc...
No comments:
Post a Comment