height property
double
get
height
Returns the height of the device screen.
Implementation
double get height => MediaQuery.of(context).size.height;
Returns the height of the device screen.
double get height => MediaQuery.of(context).size.height;