of static method

ArcaneTheme? of(
  1. BuildContext context
)

Implementation

static ArcaneTheme? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<ArcaneTheme>();
}