h property
double
get
h
Calculates the real height depending on the design's screen size
Eg: 20.h -> will be 30 if design height is 300 && device height is 450
Implementation
double get h => ESizerUtil.getValueOf(this).h;