of static method
Implementation
static ArcaneThemeProvider? of(BuildContext context) {
return context.dependOnInheritedComponentOfExactType<ArcaneThemeProvider>();
}
static ArcaneThemeProvider? of(BuildContext context) {
return context.dependOnInheritedComponentOfExactType<ArcaneThemeProvider>();
}