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