maxHeight static method
Retorna altura total
Implementation
static double maxHeight(BuildContext context) {
return MediaQuery.of(context).size.height;
}
Retorna altura total
static double maxHeight(BuildContext context) {
return MediaQuery.of(context).size.height;
}