ScrollState class
- Annotations
-
- @Native("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(
num x, num y) → void -
distributeToScrollChainDescendant(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited