bottomPadding property

double get bottomPadding

Get the bottom padding of the MediaQuery

Example: context.bottomPadding

Implementation

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