StickerAction enum

A sticker action.

Inheritance

Constructors

StickerAction()
const

Values

brightness → const StickerAction

Change the brightness of the sticker.

color → const StickerAction

Change the color of the sticker.

contrast → const StickerAction

Change the contrast of the sticker.

opacity → const StickerAction

Change the opacity of the sticker.

replace → const StickerAction

Replace the sticker.

saturation → const StickerAction

Change the saturation of the sticker.

straighten → const StickerAction

Straighten the sticker.

removeBackground → const StickerAction

Remove the background on personal and external (non-animated) stickers. This option is only shown when a person could be detected and is only supported on devices running iOS 15+.

duration → const StickerAction

Change the duration of the sticker within the video. This action is only shown when editing videos.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<StickerAction>
A constant List of the values in this enum, in order of their declaration.