EditableListConfiguration class

Constructors

EditableListConfiguration({Key? key, required Widget child, required Widget cellBuilder(BuildContext, dynamic, dynamic (dynamic)?)})
const

Properties

cellBuilder → Widget Function(BuildContext, dynamic, dynamic (dynamic)?)
final

Methods

updateShouldNotify(covariant InheritedWidget oldWidget) → bool
Whether the framework should notify widgets that inherit from this widget.

Static Methods

of(BuildContext context) EditableListConfiguration?