CustomButtonTag enum
Button tags for UI customization.
Values
- UNKNOWN → const CustomButtonTag
-
Will be returned if getByValue if a non-existent was passed.
const CustomButtonTag(-1) - CLOSE → const CustomButtonTag
-
const CustomButtonTag(1001) - TORCH → const CustomButtonTag
-
const CustomButtonTag(1002) - CAPTURE → const CustomButtonTag
-
const CustomButtonTag(1003) - CHANGE_FRAME → const CustomButtonTag
-
const CustomButtonTag(1004) - SKIP → const CustomButtonTag
-
const CustomButtonTag(1005) - CAMERA_SWITCH → const CustomButtonTag
-
const CustomButtonTag(1006)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
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
Static Methods
-
getByValue(
int? i) → CustomButtonTag?
Constants
-
values
→ const List<
CustomButtonTag> - A constant List of the values in this enum, in order of their declaration.