scaleWidth property
double
get
scaleWidth
实际尺寸与UI设计的比例
Implementation
static double get scaleWidth {
if (_hasInit != true) {
AdaptCJHelper.init();
}
return _scaleWidth;
}
实际尺寸与UI设计的比例
static double get scaleWidth {
if (_hasInit != true) {
AdaptCJHelper.init();
}
return _scaleWidth;
}