EmojiLayerData class
The EmojiLayerData class provides properties for the emoji layer, including text and size
Constructors
- EmojiLayerData({String text = '', double size = 64, Offset? offset, double? opacity, double? rotation, double? scale})
-
The EmojiLayerData constructor requires a
text
parameter and
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 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 emoji layer.
getter/setter pair
- text ↔ String
-
The text property contains the text for the emoji 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