MainCanvasAction enum

A main canvas action.

Inheritance

Constructors

MainCanvasAction()
const

Values

soundOnOff → const MainCanvasAction

(Un)mute the video playback.

playPause → const MainCanvasAction

Play/pause the video playback.

redo → const MainCanvasAction

Redo the action(s).

undo → const MainCanvasAction

Undo the action(s).

removeBackground → const MainCanvasAction

Remove the background of the input image. This action is only shown when a person could be detected. This feature is only supported on devices running iOS 15+.

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<MainCanvasAction>
A constant List of the values in this enum, in order of their declaration.