BackgroundLayerData class
The BackgroundLayerData class provides image file data for the background layer
Constructors
- BackgroundLayerData({required ImageItem file})
-
The BackgroundLayerData constructor requires an
file
parameter and
Properties
- file ↔ ImageItem
-
The file property contains the image file data for the background layer.
getter/setter pair
- 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 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
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