onImagePathChanged property

(dynamic Function(String? onChanged)?) onImagePathChanged
final

this will give you the path of the image when you are selecting any image

Implementation

final Function(String? onChanged)? onImagePathChanged;