h property

double get h

Calculates height based on a percentage of the screen height.

This method returns the height of the screen multiplied by the current value.

Implementation

double get h {
  return this * ScreenAdaptiveConfig.instance!.screenHeight;
}