safeAreaBottom property

double get safeAreaBottom

The bottom height of the safe area.

Implementation

double get safeAreaBottom => _state?.safeAreaBottom ?? 0;