ScrollState class

Annotations
  • @Native("ScrollState")

Constructors

ScrollState([Map? scrollStateInit])
factory

Properties

deltaGranularity → num?
read-only
deltaX → num?
read-only
deltaY → num?
read-only
fromUserInput → bool?
read-only
hashCode → int
The hash code for this object.
read-onlyinherited
inInertialPhase → bool?
read-only
isBeginning → bool?
read-only
isDirectManipulation → bool?
read-only
isEnding → bool?
read-only
positionX → int?
read-only
positionY → int?
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
velocityX → num?
read-only
velocityY → num?
read-only

Methods

consumeDelta(num x, num y) → void
distributeToScrollChainDescendant() → void
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