h method

double h(
  1. BuildContext context
)

h(context) Get the size as a percentage of the screen height

Implementation

double h(BuildContext context) => BaseUtils.getScreenHeight(context) * this;