bottomPadding property
double
get
bottomPadding
Returns the bottom safe-area inset (home indicator / nav bar height).
Implementation
double get bottomPadding => mediaQuery.padding.bottom;
Returns the bottom safe-area inset (home indicator / nav bar height).
double get bottomPadding => mediaQuery.padding.bottom;