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 - 等号运算符。继承