GestureDisposition enum Null safety
Whether the gesture was accepted or rejected.
Constructors
- GestureDisposition()
-
const
Values
- accepted → const GestureDisposition
-
This gesture was accepted as the interpretation of the user's input.
GestureDisposition()
- rejected → const GestureDisposition
-
This gesture was rejected as the interpretation of the user's input.
GestureDisposition()
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
Constants
-
values
→ const List<
GestureDisposition> -
A constant List of the values in this enum, in order of their declaration.
[accepted, rejected]