bottomBarHeight property

double get bottomBarHeight

Returns the height of the device's bottom navigation bar.

Implementation

double get bottomBarHeight => MediaQuery.of(context).padding.bottom;