paddingBottom static method

double paddingBottom(
  1. dynamic context
)

Implementation

static double paddingBottom(context) {
  return MediaQuery.of(context).padding.bottom;
}