sH property
double
get
sH
Calculates a percentage of the screen height.
Example: 30.sh (30% of screen height)
Implementation
double get sH => ScreenUtil().screenHeight * (this / 100);
Calculates a percentage of the screen height.
Example: 30.sh (30% of screen height)
double get sH => ScreenUtil().screenHeight * (this / 100);