screenPaddingBottom function

double screenPaddingBottom(
  1. BuildContext context
)

screenPaddingBottom provides the screen padding from the bottom

Implementation

double screenPaddingBottom(BuildContext context) =>
    MediaQuery.of(context).padding.bottom;