EditorStateHistory class

The EditorStateHistory class represents changes made to an image in the image editor. It contains information about the changes applied to the image and a list of layers.

Constructors

EditorStateHistory({required double blur, required List<Layer> layers, required FilterMatrix filters, required TransformConfigs transformConfigs})
Constructs a new EditorStateHistory instance with the specified parameters.

Properties

blur double
The blur factor.
final
filters FilterMatrix
The applied filters.
final
hashCode int
The hash code for this object.
no setterinherited
layers List<Layer>
The list of layers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformConfigs TransformConfigs
The transformation from the crop/ rotate editor.
getter/setter pair

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