Layer class

The ImageEditorData class provides data for the image editor, including the image file

Implementers

Constructors

Layer({Offset? offset, double? opacity, double? rotation, double? scale})
The Layer class provides properties for layers in the image editor, such as

Properties

hashCode int
The hash code for this object.
no setterinherited
offset Offset
The Layer class provides properties for layers in the image editor, such as
getter/setter pair
opacity double
The Layer class provides properties for layers in the image editor, such as
getter/setter pair
rotation double
The Layer class provides properties for layers in the image editor, such as
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
The Layer class provides properties for layers in the image editor, such as
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