ScrollState class

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

Static Properties

instanceRuntimeTypeType
@Deprecated("Internal Use Only"), read-only

Constructors

ScrollState([Map scrollStateInit ])
factory
ScrollState.internal_()

Properties

deltaGranularitynum
@DocsEditable(), @DomName('ScrollState.deltaGranularity'), @Experimental(), read-only
deltaXnum
@DocsEditable(), @DomName('ScrollState.deltaX'), @Experimental(), read-only
deltaYnum
@DocsEditable(), @DomName('ScrollState.deltaY'), @Experimental(), read-only
fromUserInputbool
@DocsEditable(), @DomName('ScrollState.fromUserInput'), @Experimental(), read-only
inInertialPhasebool
@DocsEditable(), @DomName('ScrollState.inInertialPhase'), @Experimental(), read-only
isBeginningbool
@DocsEditable(), @DomName('ScrollState.isBeginning'), @Experimental(), read-only
isDirectManipulationbool
@DocsEditable(), @DomName('ScrollState.isDirectManipulation'), @Experimental(), read-only
isEndingbool
@DocsEditable(), @DomName('ScrollState.isEnding'), @Experimental(), read-only
shouldPropagatebool
@DocsEditable(), @DomName('ScrollState.shouldPropagate'), @Experimental(), read-only
startPositionXint
@DocsEditable(), @DomName('ScrollState.startPositionX'), @Experimental(), read-only
startPositionYint
@DocsEditable(), @DomName('ScrollState.startPositionY'), @Experimental(), read-only
velocityXnum
@DocsEditable(), @DomName('ScrollState.velocityX'), @Experimental(), read-only
velocityYnum
@DocsEditable(), @DomName('ScrollState.velocityY'), @Experimental(), read-only
hashCodeint
read-only, inherited
runtimeTypeType
read-only, inherited

A representation of the runtime type of the object.

Operators

operator ==(other) → bool
inherited

The equality operator.

Methods

consumeDelta(num x, num y) → void
@DocsEditable(), @DomName('ScrollState.consumeDelta'), @Experimental()
distributeToScrollChainDescendant() → void
@DocsEditable(), @DomName('ScrollState.distributeToScrollChainDescendant'), @Experimental()
noSuchMethod(Invocation invocation) → dynamic
inherited

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

toString() → String
inherited

Returns the result of the JavaScript objects toString method.

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/ScrollState-class.html