stautsBarHeight property

double get stautsBarHeight

Implementation

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

  return _stautsBarHeight;
}