deviceHeight property
double
get
deviceHeight
Retrieves the height of the device screen.
Implementation
double get deviceHeight => MediaQuery.sizeOf(this).height;
Retrieves the height of the device screen.
double get deviceHeight => MediaQuery.sizeOf(this).height;