h method

double h(
  1. BuildContext context
)

Implementation

double h(BuildContext context) =>
    MediaQuery.of(context).size.height * (this / 812);