onDelete property

dynamic Function(int index)? onDelete
final

Callback when delete button is pressed, but don't delete the file, that's on you to so it and update files

Implementation

final Function(int index)? onDelete;