bottomSafeArea static method

double bottomSafeArea(
  1. BuildContext context
)

Implementation

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