getImageSource property

Future<ImageSource> Function()? getImageSource
final

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;