getImageSource property
Called when the user clicks the addImageIcon.
If null, the user will be prompted to select an image from the gallery.
Implementation
final Future<ImageSource> Function()? getImageSource;
Called when the user clicks the addImageIcon.
If null, the user will be prompted to select an image from the gallery.
final Future<ImageSource> Function()? getImageSource;