height property
double
get
height
The height of the screen.
Implementation
double get height => MediaQuery.of(this).size.height;
The height of the screen.
double get height => MediaQuery.of(this).size.height;