height static method
Returns screen height from MediaQuery
Implementation
static double height(BuildContext context) =>
MediaQuery.sizeOf(context).height;
Returns screen height from MediaQuery
static double height(BuildContext context) =>
MediaQuery.sizeOf(context).height;