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