of static method
Get theme from context (via InheritedComponent)
Implementation
static ArcaneTheme of(BuildContext context) {
return ArcaneThemeProvider.of(context)?.theme ?? const ArcaneTheme();
}
Get theme from context (via InheritedComponent)
static ArcaneTheme of(BuildContext context) {
return ArcaneThemeProvider.of(context)?.theme ?? const ArcaneTheme();
}