height static method

double height(
  1. BuildContext context
)

Implementation

static double height(BuildContext context) =>
    MediaQuery.of(context).size.height * 0.9;