ScrollState class
- Annotations
-
- @Native("ScrollState")
Constructors
- ScrollState.new([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