RenderableSticker class abstract

Renderable sticker

Constructors

RenderableSticker([void updates(RenderableStickerBuilder)])
RenderableSticker factory
factory

Properties

canDelete bool
Whether the sticker can be removed from the screen, default is true
no setter
clickableZones → BuiltList<ClickableZone>
An array of content areas, clicking on which can trigger some kind of action
no setter
contentType String
Story type. Possible values
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform Transform?
Transformation of the object
no setter
url String?
Link to content. Required if blob field is not specified
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(RenderableStickerBuilder)) RenderableSticker
Rebuilds the instance.
inherited
toBuilder() RenderableStickerBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<RenderableSticker>
RenderableSticker serializer
no setter