screenHight function

double screenHight(
  1. BuildContext context
)

Implementation

double screenHight(BuildContext context) => MediaQuery.of(context).size.height;