StickerItem class
Represents a sticker item that can be displayed.
A sticker can be either an emoji string or an image/GIF path.
Constructors
- StickerItem.emoji(String value)
- Creates a sticker item from an emoji string.
- StickerItem.image(String value)
- Creates a sticker item from an image/GIF path.
Properties
Methods
-
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.
inherited