image property

File? image
final

The file object containing the image to display.

If provided, the image URL will be constructed from the file's URL value. Either image or imagePath should be provided, but not both.

Implementation

final File? image;