scaleWidth property

double get scaleWidth

实际尺寸与UI设计的宽度比例

Implementation

double get scaleWidth => screenWidth / uiSize.width;