StickerPosition class

Annotations

Constructors

StickerPosition({double dx = 0, double dy = 0})
Sticker position in the screen
const

Properties

dx double
position on x-axis
final
dy double
position on y-axis
final
hashCode int
The hash code for this object.
no setteroverride
offset Offset
Position offset
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? dx, double? dy}) StickerPosition
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