maybeOf static method
- dynamic context
Implementation
static NomoThemeData? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<NomoTheme>()?.value;
}
static NomoThemeData? maybeOf(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<NomoTheme>()?.value;
}