onImageSelected property

void Function(XFile image, int index)? onImageSelected
final

Called when the image selected by user.

Implementation

final void Function(XFile image, int index)? onImageSelected;