pw property
double
get
pw
Percentage of screen width (e.g. 50.pw = 50% of screen width)
Implementation
@pragma('vm:prefer-inline')
double get pw => (this / 100) * _g.width;
Percentage of screen width (e.g. 50.pw = 50% of screen width)
@pragma('vm:prefer-inline')
double get pw => (this / 100) * _g.width;