currentHeight property
double
get
currentHeight
Returns the height size of the current MediaQuery.
Implementation
double get currentHeight {
return MediaQuery.sizeOf(this).height;
}
Returns the height size of the current MediaQuery.
double get currentHeight {
return MediaQuery.sizeOf(this).height;
}