bottomPadding property
double
get
bottomPadding
Get the bottom padding of the screen from the current BuildContext.
Implementation
double get bottomPadding => media.padding.bottom;
Get the bottom padding of the screen from the current BuildContext.
double get bottomPadding => media.padding.bottom;