bottomBarHeight property

double bottomBarHeight

底部安全区距离 dp The offset from the bottom, in dp

Implementation

double get bottomBarHeight =>
    _context == null ? 0 : MediaQuery.of(_context!).padding.bottom;