screenHeight method

double screenHeight()

Implementation

double screenHeight() {
  return MediaQuery.of(this).size.height;
}