scaleWidth property

double get scaleWidth

实际尺寸与UI设计的比例

Implementation

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

  return _scaleWidth;
}