maybeOf static method

Implementation

static ConfirmAlertLocalizations? maybeOf(BuildContext context) {
  return Localizations.of<ConfirmAlertLocalizations>(
    context,
    ConfirmAlertLocalizations,
  );
}