ImportEditorConfigs class

This class represents configurations for importing editor data.

Constructors

ImportEditorConfigs({bool recalculateSizeAndPosition = true, ImportEditorMergeMode mergeMode = ImportEditorMergeMode.replace})
Constructs an ImportEditorConfigs instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
mergeMode ImportEditorMergeMode
The merge mode for importing editor data.
final
recalculateSizeAndPosition bool
A flag indicating whether to recalculate size and position during import based on the new image size and device size.
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