xheight function

double xheight (
  1. dynamic context
)

Implementation

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