onRemoveImage property
Callback when an image is removed. Provides the index of the removed image.
Implementation
final void Function(int index) onRemoveImage;
Callback when an image is removed. Provides the index of the removed image.
final void Function(int index) onRemoveImage;