paddingBottomOf static method

double paddingBottomOf(
  1. BuildContext context
)

Implementation

static double paddingBottomOf(BuildContext context) {
  return max(MediaQuery.of(context).viewInsets.bottom, kPadding6);
}