maxHeight static method

double maxHeight(
  1. BuildContext context
)

Retorna altura total

Implementation

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