On this page
ScrollState class
- Annotations
-
- @Native("ScrollState")
Constructors
- ScrollState([Map? scrollStateInit])
factory
Properties
- deltaGranularity → num?
read-only
- deltaX → num?
read-only
- deltaY → num?
read-only
- fromUserInput → bool?
read-only
- hashCode → int
read-only, inherited
- The hash code for this object.
- inInertialPhase → bool?
read-only
- isBeginning → bool?
read-only
- isDirectManipulation → bool?
read-only
- isEnding → bool?
read-only
- positionX → int?
read-only
- positionY → int?
read-only
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
- velocityX → num?
read-only
- velocityY → num?
read-only
Methods
- consumeDelta(
num x, num y) → void - distributeToScrollChainDescendant(
) → void - noSuchMethod(
Invocation invocation) → dynamic inherited - Invoked when a non-existent method or property is accessed.
- toString(
) → String inherited - A string representation of this object.
Operators
- operator ==(
Object other) → bool inherited - The equality operator.
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/ScrollState-class.html