ScrollState class
- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- ScrollState
- Annotations
- @DocsEditable()
- @DomName('ScrollState')
- @Experimental()
Static Properties
- instanceRuntimeType → Type @Deprecated("Internal Use Only"), read-only
Constructors
- ScrollState([Map scrollStateInit ]) factory
- ScrollState.internal_()
Properties
- deltaGranularity → num @DocsEditable(), @DomName('ScrollState.deltaGranularity'), @Experimental(), read-only
- deltaX → num @DocsEditable(), @DomName('ScrollState.deltaX'), @Experimental(), read-only
- deltaY → num @DocsEditable(), @DomName('ScrollState.deltaY'), @Experimental(), read-only
- fromUserInput → bool @DocsEditable(), @DomName('ScrollState.fromUserInput'), @Experimental(), read-only
- inInertialPhase → bool @DocsEditable(), @DomName('ScrollState.inInertialPhase'), @Experimental(), read-only
- isBeginning → bool @DocsEditable(), @DomName('ScrollState.isBeginning'), @Experimental(), read-only
- isDirectManipulation → bool @DocsEditable(), @DomName('ScrollState.isDirectManipulation'), @Experimental(), read-only
- isEnding → bool @DocsEditable(), @DomName('ScrollState.isEnding'), @Experimental(), read-only
- shouldPropagate → bool @DocsEditable(), @DomName('ScrollState.shouldPropagate'), @Experimental(), read-only
- startPositionX → int @DocsEditable(), @DomName('ScrollState.startPositionX'), @Experimental(), read-only
- startPositionY → int @DocsEditable(), @DomName('ScrollState.startPositionY'), @Experimental(), read-only
- velocityX → num @DocsEditable(), @DomName('ScrollState.velocityX'), @Experimental(), read-only
- velocityY → num @DocsEditable(), @DomName('ScrollState.velocityY'), @Experimental(), read-only
- hashCode → int read-only, inherited
- runtimeType → Type 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