ImageProperties constructor

ImageProperties({
  1. double? angle,
  2. double? brightness,
  3. String? contentUri,
  4. double? contrast,
  5. CropProperties? cropProperties,
  6. String? sourceUri,
  7. double? transparency,
})

Implementation

ImageProperties({
  this.angle,
  this.brightness,
  this.contentUri,
  this.contrast,
  this.cropProperties,
  this.sourceUri,
  this.transparency,
});