overHeight property

double overHeight

Implementation

double get overHeight {
  return _height == 0 ? this.context!.appHeight : _height;
}