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