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