core/controller library

Classes

SwipeActionController
An controller to control the cell's behavior 一个可以控制cell行为的控制器

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