of static method

Implementation

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