onTrashPressed property

void Function(int index)? onTrashPressed
final

Callback, called when a remove action of a GalleryItem at the provided index is triggered.

Implementation

final void Function(int index)? onTrashPressed;