fullHeight static method

dynamic fullHeight(
  1. dynamic context
)

Implementation

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