scaleWidth property
double
get
scaleWidth
The ratio of actual width to UI design
Implementation
double get scaleWidth => _screenWidth / uiSize.width;
The ratio of actual width to UI design
double get scaleWidth => _screenWidth / uiSize.width;