of static method

EditableListConfiguration? of(
  1. BuildContext context
)

Implementation

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