imageBytes property
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;