getWindowHeight method

double getWindowHeight()

Implementation

double getWindowHeight() {
  return MediaQuery.of(context).size.height;
}