getScreenHeight method

double getScreenHeight()

Implementation

double getScreenHeight() {
  return MediaQuery.sizeOf(_context).height;
}