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