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