height function

double height(
  1. BuildContext context
)

Implementation

double height(BuildContext context) {
  return mediaQuery(context).size.height;
}