onRemoveImage property

void Function(int index) onRemoveImage
final

Callback when an image is removed. Provides the index of the removed image.

Implementation

final void Function(int index) onRemoveImage;