ScrollState class
- Annotations
- @Native.new("ScrollState")
Constructors
- ScrollState([Map?scrollStateInit])
- factory
Properties
- deltaGranularity→num?
- no setter
- deltaX→num?
- no setter
- deltaY→num?
- no setter
- fromUserInput→bool?
- no setter
- hashCode→int
- The hash code for this object.no setterinherited
- inInertialPhase→bool?
- no setter
- isBeginning→bool?
- no setter
- isDirectManipulation→bool?
- no setter
- isEnding→bool?
- no setter
- positionX→int?
- no setter
- positionY→int?
- no setter
- runtimeType→Type
- A representation of the runtime type of the object.no setterinherited
- velocityX→num?
- no setter
- velocityY→num?
- no setter
Methods
- consumeDelta(
numx,numy)→ void - distributeToScrollChainDescendant(
)→ void - noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited