getFullHeight method

double getFullHeight()

Implementation

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