SubEditor enum

An enumeration representing different types of sub-editors available in the image editor.

Inheritance

Constructors

SubEditor()
const

Values

paint → const SubEditor

Represents the paint sub-editor.

text → const SubEditor

Represents the text sub-editor.

cropRotate → const SubEditor

Represents the crop and rotate sub-editor.

filter → const SubEditor

Represents the filter sub-editor.

blur → const SubEditor

Represents the blur sub-editor.

emoji → const SubEditor

Represents the emoji sub-editor.

sticker → const SubEditor

Represents the sticker sub-editor.

unknown → const SubEditor

Represents an unknown sub-editor.

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