scaleWidth property
double
get
scaleWidth
实际的dp与UI设计px的比例 The ratio of the actual dp to the design draft px
Implementation
double get scaleWidth => _screenWidth / uiSize.width;
实际的dp与UI设计px的比例 The ratio of the actual dp to the design draft px
double get scaleWidth => _screenWidth / uiSize.width;