scaleWidth property
double
get
scaleWidth
Ratio of actual width to design width
Implementation
double get scaleWidth => _screenWidth / _designWidth;
Ratio of actual width to design width
double get scaleWidth => _screenWidth / _designWidth;