halfH static method

double halfH(
  1. BuildContext context
)

Implementation

static double halfH(BuildContext context) =>
    MediaQuery.of(context).size.height / 1.5;