getHeight static method

dynamic getHeight(
  1. dynamic context
)

Implementation

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