height static method
Getting the full height of the screen
Implementation
static double height(context) {
return MediaQuery.of(context).size.height;
}
Getting the full height of the screen
static double height(context) {
return MediaQuery.of(context).size.height;
}