Dart SDK
dart:html
ScrollState
property runtimeType
runtimeType
class ScrollState
Constructors
ScrollState
Properties
deltaGranularity
deltaX
deltaY
fromUserInput
inInertialPhase
isBeginning
isDirectManipulation
isEnding
shouldPropagate
startPositionX
startPositionY
velocityX
velocityY
hashCode
runtimeType
Methods
consumeDelta
distributeToScrollChainDescendant
noSuchMethod
toString
Operators
operator ==
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType