scaleWidth property
double
get
scaleWidth
The width scale ratio (actual width / design width).
Implementation
double get scaleWidth => screenWidth / designSize.width;
The width scale ratio (actual width / design width).
double get scaleWidth => screenWidth / designSize.width;