maybeOf static method
Try to get theme from context
Implementation
static ArcaneTheme? maybeOf(BuildContext context) {
return ArcaneThemeProvider.of(context)?.theme;
}
Try to get theme from context
static ArcaneTheme? maybeOf(BuildContext context) {
return ArcaneThemeProvider.of(context)?.theme;
}