ScrollState 类
- 注解
-
- @Native("ScrollState")
构造函数
- ScrollState([Map? scrollStateInit])
-
工厂
属性
- deltaGranularity → num?
-
无设置器
- deltaX → num?
-
无设置器
- deltaY → num?
-
无设置器
- fromUserInput → bool?
-
无设置器
- hashCode → int
- 该对象的哈希码。无设置器继承
- inInertialPhase → bool?
-
无设置器
- isBeginning → bool?
-
无设置器
- isDirectManipulation → bool?
-
无设置器
- isEnding → bool?
-
无设置器
- positionX → int?
-
无设置器
- positionY → int?
-
无设置器
- runtimeType → Type
- 对象的运行时类型的表示。无设置器继承
- velocityX → num?
-
无设置器
- velocityY → num?
-
无设置器
方法
-
consumeDelta(
num x, num y) → void -
distributeToScrollChainDescendant(
) → void -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
toString(
) → String - 该对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 相等运算符。继承