GestureFocusPointMode enum
Specifies the way provided zoom focus point affects gestures.
Values
- AffectsTapGestures → const GestureFocusPointMode
-
Only "double tap" (zoom in) and "tap with two fingers" (zoom out) use provided gesture focus point. Other gestures ignore it and continue to use their source point for transformation.
- AffectsAllGestures → const GestureFocusPointMode
-
All gestures: pinch and stretch, tap and swipe, double tap, tap with two fingers, rotation use provided gesture focus point and ignore their source point. @attention Scroll is suppressed when this mode is on and "pinch and stretch" or "rotation" gesture performed
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<
GestureFocusPointMode> - A constant List of the values in this enum, in order of their declaration.