LayerTransformGenerator class

Constructors

LayerTransformGenerator({required List<Layer> layers, required bool undoChanges, required TransformConfigs activeTransformConfigs, required TransformConfigs newTransformConfigs, required Size layerDrawAreaSize, double fitToScreenFactor = 1.0, double transformHelperScale = 1.0})

Properties

activeTransformConfigs TransformConfigs
final
fitToScreenFactor double
final
hashCode int
The hash code for this object.
no setterinherited
layerDrawAreaSize Size
final
newTransformConfigs TransformConfigs
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformHelperScale double
final
undoChanges bool
final
updatedLayers List<Layer>
final

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