of static method

Implementation

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