fullHeight static method
dynamic
fullHeight(
- dynamic context
Implementation
static fullHeight(context) {
return MediaQuery.of(context).size.height;
}
static fullHeight(context) {
return MediaQuery.of(context).size.height;
}