imageMaskBytes property

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

An additional image whose fully transparent areas (e.g. where alpha is zero) indicate where image should be edited. Must be a valid PNG file, less than 4MB, and have the same dimensions as image.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
Uint8List? imageMaskBytes;