beforeRemove property

(Future<bool> Function(int index)?) beforeRemove
final

Before delete item and return true will delete item

Implementation

final Future<bool> Function(int index)? beforeRemove;