deviceHeight function

double deviceHeight(
  1. BuildContext context
)

Get device height.

Implementation

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