getHeight function

double getHeight(
  1. dynamic context
)

Implementation

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