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 Future<String?> Function(String? path)? onImagePicked;