sh property

double sh

Calculates the height depending on the device's screen size

Eg: 20.sh -> will take 20% of the screen's height

Implementation

double get sh => this * ESizerUtil().screenHeight / 100;