height property
double
get
height
Returns the height of the screen.
Implementation
static double get height =>
MediaQuery.of(Utils.globalKey.currentContext!).size.height;
Returns the height of the screen.
static double get height =>
MediaQuery.of(Utils.globalKey.currentContext!).size.height;