screenHeight function
Implementation
double screenHeight(BuildContext context) =>
MediaQuery.of(context).size.height +
MediaQuery.of(context).padding.top +
MediaQuery.of(context).padding.bottom;
double screenHeight(BuildContext context) =>
MediaQuery.of(context).size.height +
MediaQuery.of(context).padding.top +
MediaQuery.of(context).padding.bottom;