ImageLayerData class

The ImageLayerData class provides properties for the image layer, including image and size

Inheritance

Constructors

ImageLayerData({required ImageItem image, double size = 64, Offset? offset, double? opacity, double? rotation, double? scale})
The ImageLayerData constructor requires an image parameter and

Properties

hashCode int
The hash code for this object.
no setterinherited
image ImageItem
The image property contains the image for the image layer.
getter/setter pair
offset Offset
The Layer class provides properties for layers in the image editor, such as
getter/setter pairinherited
opacity double
The Layer class provides properties for layers in the image editor, such as
getter/setter pairinherited
rotation double
The Layer class provides properties for layers in the image editor, such as
getter/setter pairinherited
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 pairinherited
size double
The size property contains the size for the image layer.
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