StickerAsset class

Annotations

Constructors

StickerAsset({required String id, required Sticker sticker, double angle = 0.0, StickerConstraint constraint = const StickerConstraint(), StickerPosition position = const StickerPosition(), StickerSize size = const StickerSize(), double scale = 1.0})
const

Properties

angle double
Sticker angle
final
constraint StickerConstraint
Sticker constraint
final
hashCode int
The hash code for this object.
no setteroverride
id String
Sticker asset id
final
position StickerPosition
Sticker position
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
Sticker scale value
final
size StickerSize
Sticker size
final
sticker Sticker
Sticker
final

Methods

copyWith({String? id, Sticker? sticker, double? angle, StickerConstraint? constraint, StickerPosition? position, StickerSize? size, double? scale}) StickerAsset
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override