paddingBottom property

double get paddingBottom

Returns the bottom system padding (e.g., for gesture navigation or system bar).

Implementation

double get paddingBottom => MediaQuery.of(this).padding.bottom;