height property
double
get
height
The vertical extent of this size. dp
Implementation
double get height =>
_context != null ? MediaQuery.of(_context!).size.height : _screenHeight;
The vertical extent of this size. dp
double get height =>
_context != null ? MediaQuery.of(_context!).size.height : _screenHeight;