ScrollMode enum

Configures the directions in which the map is allowed to move during a scroll gesture.

Inheritance

Constructors

ScrollMode()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.