height property

double get height

The vertical extent of this size. dp

Implementation

double get height =>
    _context != null ? MediaQuery.of(_context!).size.height : _screenHeight;