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