TouchEvent 类
构造函数
- TouchEvent(String type, [Map? eventInitDict])
-
工厂
属性
- altKey → bool?
-
无设置器
- bubbles → bool?
-
无设置器继承
- cancelable → bool?
-
无设置器继承
- changedTouches → TouchList?
-
无设置器
- composed → bool?
-
无设置器继承
- ctrlKey → bool?
-
无设置器
- currentTarget → EventTarget?
-
无设置器继承
- defaultPrevented → bool
-
无设置器继承
- detail → int?
-
无设置器继承
- eventPhase → int
-
无设置器继承
- hashCode → int
- 此对象的方法码。无设置器继承
- isTrusted → bool?
-
无设置器继承
- matchingTarget → Element
- 一个指向在 CSS 选择器的元素,在该元素内发生了一个事件。如果这个事件没有关联到任何事件委托,访问这个值将抛出一个 UnsupportedError。无设置器继承
- metaKey → bool?
-
无设置器
-
path → List<
EventTarget> -
无设置器继承
- runtimeType → Type
- 对象的运行时类型表示。无设置器继承
- shiftKey → bool?
-
无设置器
- sourceCapabilities → InputDeviceCapabilities?
-
无设置器继承
- target → EventTarget?
-
无设置器继承
- targetTouches → TouchList?
-
无设置器
- timeStamp → num?
-
无设置器继承
- touches → TouchList?
-
无设置器
- type → String
-
无设置器继承
- view → WindowBase?
-
无设置器继承
方法
-
composedPath(
) → List< EventTarget> -
继承的
-
noSuchMethod(
Invocation invocation) → dynamic - 在访问不存在的方法或属性时被调用。继承的
-
preventDefault(
) → void -
继承的
-
stopImmediatePropagation(
) → void -
继承的
-
stopPropagation(
) → void -
继承的
-
toString(
) → String - 对象的字符串表示。继承的
运算符
-
operator ==(
Object other) → bool - 等号运算符。继承的