hasBottomNotch static method

bool hasBottomNotch(
  1. BuildContext context
)

Implementation

static bool hasBottomNotch(BuildContext context) {
  return MediaQuery.of(context).padding.bottom > 0;
}