getScreenHeight static method

double getScreenHeight(
  1. BuildContext context
)

Implementation

static double getScreenHeight(BuildContext context) =>
    HoverDimensionsHelper.getScreenHeight(context);