h method

double h(
  1. double height
)

Implementation

double h(double height) {
  return MediaQuery.of(context).size.height * height;
}