ActivationMode enum Null safety
Mode to activate a specific interactive user feature.
Based on the activation mode, the user interaction will be triggered.
Constants
- doubleTap → const ActivationMode
-
- ActivationMode.doubleTap , activates on double tap.
const ActivationMode(1)
- longPress → const ActivationMode
-
- ActivationMode.longPress , activates on longPress.
const ActivationMode(2)
- none → const ActivationMode
-
- ActivationMode.none , does not activate any feature.
const ActivationMode(3)
- singleTap → const ActivationMode
-
- ActivationMode.singleTap , activates the appropriate feature on single tap.
const ActivationMode(0)
-
values
→ const List<
ActivationMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
ActivationMode>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited