scaleWidth property

double get scaleWidth

The width scale ratio (actual width / design width).

Implementation

double get scaleWidth => screenWidth / designSize.width;