scaleWidth property

double scaleWidth

实际尺寸与UI设计的比例 The ratio of actual width to UI design

Implementation

double get scaleWidth => screenWidth / _uiSize.width;