of static method

Implementation

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