editingGestureType property Null safety
final
Decides whether the editing should be triggered on tap or double tap the cells.
Defaults to EditingGestureType.doubleTap.
See also,
- allowEditing – This will enable the editing option for cells.
Implementation
final EditingGestureType editingGestureType;