maybeOf static method

NiceI18n? maybeOf(
  1. BuildContext context
)

Implementation

static NiceI18n? maybeOf(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<NiceI18n>();
}