ImageEditorFeatures constructor

const ImageEditorFeatures({
  1. bool crop = false,
  2. bool blur = false,
  3. bool adjust = false,
  4. bool emoji = false,
  5. bool filters = false,
  6. bool flip = false,
  7. bool rotate = false,
  8. bool text = false,
})

Implementation

const ImageEditorFeatures({
  this.crop = false,
  this.blur = false,
  this.adjust = false,
  this.emoji = false,
  this.filters = false,
  this.flip = false,
  this.rotate = false,
  this.text = false,
});