fullHeight function

dynamic fullHeight(
  1. dynamic context
)

Implementation

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