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