scaleWidth property

double scaleWidth

实际的dp与UI设计px的比例 The ratio of the actual dp to the design draft px

Implementation

double get scaleWidth => _screenWidth / uiSize.width;