ScrollMode enum
Configures the directions in which the map is allowed to move during a scroll gesture.
Values
- HORIZONTAL → const ScrollMode
-
The map may only move horizontally.
- VERTICAL → const ScrollMode
-
The map may only move vertically.
- HORIZONTAL_AND_VERTICAL → const ScrollMode
-
The map may move both horizontally and vertically.
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<
ScrollMode> - A constant List of the values in this enum, in order of their declaration.