bottomBarHeight property
double
get
bottomBarHeight
The offset from the bottom, in dp
Implementation
double get bottomBarHeight =>
_context == null ? 0 : MediaQuery.of(_context!).padding.bottom;
The offset from the bottom, in dp
double get bottomBarHeight =>
_context == null ? 0 : MediaQuery.of(_context!).padding.bottom;