onImagePicked property
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 ImagePickedCallback? onImagePicked;
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
final ImagePickedCallback? onImagePicked;