height property
double
get
height
Returns the height of the screen or the specified _requireSize.
Implementation
double get height => size.height;
Returns the height of the screen or the specified _requireSize.
double get height => size.height;