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