ExportEditorConfigs constructor

const ExportEditorConfigs({
  1. ExportHistorySpan historySpan = ExportHistorySpan.all,
  2. bool exportPainting = true,
  3. bool exportText = true,
  4. bool exportCropRotate = true,
  5. bool exportFilter = true,
  6. bool exportEmoji = true,
  7. bool exportSticker = true,
})

Implementation

const ExportEditorConfigs({
  this.historySpan = ExportHistorySpan.all,
  this.exportPainting = true,
  this.exportText = true,
  this.exportCropRotate = true,
  this.exportFilter = true,
  this.exportEmoji = true,
  this.exportSticker = true,
});