core/controller library

Classes

SwipeActionController
An controller to control the cell's behavior

Typedefs

SelectedIndexPathsChangeCallback = dynamic Function(List<int> changedIndexPaths, bool selected, int currentSelectedCount)
When you tap cell under edit mode, or call the method below,this callback func will be called once: SwipeActionController.selectCellAt SwipeActionController.deselectCellAt SwipeActionController.selectAll SwipeActionController.deselectAll SwipeActionController.stopEditingMode