imageType property

ImageType imageType
final

Field to define image type.

Defines the different types of image sources.

  • asset: Image from local assets.
  • network: Image from a network URL.
  • base64: Image encoded in base64 format.

Implementation

final ImageType imageType;