editable_list library
Classes
- AppBarChangeNotifier
- A class used for observing the AppBarState of a EditableList
- DeletedItemsChangeNotifier
- A class used for observing the items to be deleted from a EditableList
- EditableList
- A Generic list of editable elements
- EditableListConfiguration
Enums
- AppBarState
-
Represents the state of the
AppBarin an EditableList - Mode
- Represents the mode of the EditableList
Typedefs
-
DataFunction = Future<
List> Function(BuildContext context, bool refresh) - OnModeChanged = dynamic Function(Mode)