getScreenDimensions static method
Get the screen size
Implementation
static Size getScreenDimensions(BuildContext context) {
return MediaQuery.of(context).size;
}
Get the screen size
static Size getScreenDimensions(BuildContext context) {
return MediaQuery.of(context).size;
}