scaleHeight property

double get scaleHeight

Implementation

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

  return _scaleHeight;
}