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