getHeight static method

dynamic getHeight(
  1. BuildContext context
)

Implementation

static getHeight(BuildContext context) {
  return MediaQuery.of(context).size.height;
}