onImagePicked property

Future<String?> Function(String? path)? onImagePicked
final

Callback when image is picked from camera or gallery, we can perform our task on image like adding crop options and return new image path

Implementation

final Future<String?> Function(String? path)? onImagePicked;