bottomSafeHeight property

double get bottomSafeHeight

Bottom offset in the ui.window, usually is the action bar/navigation bar size. 从 ui.window 获取的底部偏移(间距),通常是操作条/导航条的大小。

Implementation

static double get bottomSafeHeight => mediaQuery.padding.bottom;