getScreenHeight method

double getScreenHeight(
  1. BuildContext context
)

Implementation

double getScreenHeight(BuildContext context){
  return MediaQuery.of(context).size.height;
}