ImageProperties constructor

ImageProperties({
  1. double? brightness,
  2. double? contrast,
  3. CropProperties? cropProperties,
  4. Link? link,
  5. Outline? outline,
  6. Recolor? recolor,
  7. Shadow? shadow,
  8. double? transparency,
})

Implementation

ImageProperties({
  this.brightness,
  this.contrast,
  this.cropProperties,
  this.link,
  this.outline,
  this.recolor,
  this.shadow,
  this.transparency,
});