onTrashPressed property
final
Callback, called when a remove action of a GalleryItem at the provided index is triggered.
Implementation
final void Function(int index)? onTrashPressed;
Callback, called when a remove action of a GalleryItem at the provided index is triggered.
final void Function(int index)? onTrashPressed;