widgetHeight method

double widgetHeight()

Get the height of the screen

Implementation

double widgetHeight() {
  return mediaQuery().size.height;
}