sh property

double sh

Calculates the height depending on the remaining device height after using SafeArea Eg: 20.sh -> will take 20% of the safe area height

Implementation

double get sh => this * Device.safeHeight / 100;