of static method

Panels of(
  1. BuildContext context
)

Implementation

static Panels of(BuildContext context) => context.dependOnInheritedWidgetOfExactType<Panels>()!;