ImageEditorFeatures constructor

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

Implementation

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