h method
Height percentage (based on screen height)
Implementation
double h(BuildContext context) =>
MediaQuery.of(context).size.height * (this / 100);
Height percentage (based on screen height)
double h(BuildContext context) =>
MediaQuery.of(context).size.height * (this / 100);