height property
double
get
height
Get the height of the screen from the current BuildContext.
Implementation
double get height => media.size.height;
Get the height of the screen from the current BuildContext.
double get height => media.size.height;