customH static method

double customH(
  1. BuildContext context,
  2. int num
)

Implementation

static double customH(BuildContext context, int num) =>
    MediaQuery.of(context).size.height / num;