maybeOf static method
Implementation
static DesignSystemTheme? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<DesignSystemThemeScope>()
?.theme;
}
static DesignSystemTheme? maybeOf(BuildContext context) {
return context
.dependOnInheritedWidgetOfExactType<DesignSystemThemeScope>()
?.theme;
}