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