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