getScreenHeight static method

double getScreenHeight(
  1. BuildContext context
)

Implementation

static double getScreenHeight(BuildContext context) {
  return MediaQuery.of(Plotline.ctx).size.height;
}