safeAreaBottom property
double
get
safeAreaBottom
The bottom height of the safe area.
Implementation
double get safeAreaBottom => _state?.safeAreaBottom ?? 0;
The bottom height of the safe area.
double get safeAreaBottom => _state?.safeAreaBottom ?? 0;