Inheritance
Annotations
  • DocsEditable()
  • DomName('ScrollState')
  • Experimental()

Static Properties

instanceRuntimeType Type

read-only

Constructors

ScrollState([num deltaX, num deltaY, num deltaGranularity, num velocityX, num velocityY, bool inInertialPhase, bool isBeginning, bool isEnding])

factory
ScrollState.internal_()

Properties

deltaGranularity num

read-only
deltaX num

read-only
deltaY num

read-only
fromUserInput bool

read-only
hashCode int

read-only, inherited
inInertialPhase bool

read-only
isBeginning bool

read-only
isEnding bool

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
shouldPropagate bool

read-only
velocityX num

read-only
velocityY num

read-only

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

consumeDelta(num x, num y) → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited