of static method

PanelsTheme? of(
  1. BuildContext context
)

Implementation

static PanelsTheme? of(BuildContext context) => context.dependOnInheritedWidgetOfExactType<PanelsTheme>();