bottomBarHeight property
double
get
bottomBarHeight
Returns the height of the device's bottom navigation bar.
Implementation
double get bottomBarHeight => MediaQuery.of(context).padding.bottom;
Returns the height of the device's bottom navigation bar.
double get bottomBarHeight => MediaQuery.of(context).padding.bottom;