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