height property
double
get
height
Returns the screen height. This property provides the height of the current screen using the size property.
Implementation
double get height => size.height;
Returns the screen height. This property provides the height of the current screen using the size property.
double get height => size.height;