ScrollState class

Annotations
  • @Native("ScrollState")

Constructors

ScrollState([Map scrollStateInit ])
factory

Properties

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

Methods

consumeDelta(num x, num y) → void
distributeToScrollChainDescendant() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited