getCleanHeight static method
Implementation
static double getCleanHeight(BuildContext context) {
return MediaQuery.of(context).size.height -
kToolbarHeight -
kBottomNavigationBarHeight;
}
static double getCleanHeight(BuildContext context) {
return MediaQuery.of(context).size.height -
kToolbarHeight -
kBottomNavigationBarHeight;
}