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