ActivationMode enum
Mode to activate a specific interactive user feature.
Based on the activation mode, the user interaction will be triggered.
Values
- singleTap → const ActivationMode
-
- ActivationMode.singleTap, activates the appropriate feature on single tap.
- doubleTap → const ActivationMode
-
- ActivationMode.doubleTap, activates on double tap.
- longPress → const ActivationMode
-
- ActivationMode.longPress, activates on longPress.
- none → const ActivationMode
-
- ActivationMode.none, does not activate any feature.
Properties
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<
ActivationMode> - A constant List of the values in this enum, in order of their declaration.