screenBottomHeight property

double get screenBottomHeight

Implementation

static double get screenBottomHeight {
  if (_hasInit != true) {
    AdaptCJHelper.init();
  }

  return _screenBottomHeight;
}