ExportEditorConfigs class

Configuration options for exporting editor contents.

This class defines various options for exporting editor contents such as paintings, text, crop/rotate actions, filters, emojis, and stickers.

Constructors

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

Properties

exportCropRotate bool
Whether to export the crop and rotate actions.
final
exportEmoji bool
Whether to export the emojis.
final
exportFilter bool
Whether to export the applied filters.
final
exportPainting bool
Whether to export the painting content.
final
exportSticker bool
Whether to export the stickers.
final
exportText bool
Whether to export the text content.
final
hashCode int
The hash code for this object.
no setterinherited
historySpan ExportHistorySpan
The span of the export history to include in the export.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited