h property

double h

Returns height in pixels calculated as a percentage of the screen's height

ex: 50.h returns 50% of the screen's height

Implementation

double get h => this / 100 * _ResponsiveUnitsUtil.height;