imageBytes property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
Uint8List imageBytes
getter/setter pair

The image to edit. Must be a valid PNG file, less than 4MB, and square. If mask is not provided, image must have transparency, which will be used as the mask.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
Uint8List imageBytes;