DeviceMotionEvent

继承
注解
  • @Native("DeviceMotionEvent")

构造函数

DeviceMotionEvent(String type, [Map? eventInitDict])
工厂方法

属性

acceleration DeviceAcceleration?
无设置器
accelerationIncludingGravity DeviceAcceleration?
无设置器
bubbles bool?
无设置器继承
cancelable bool?
无设置器继承
composed bool?
无设置器继承
currentTarget EventTarget?
无设置器继承
defaultPrevented bool
无设置器继承
eventPhase int
无设置器继承
hashCode int
此对象的哈希码。
无设置器继承
interval num?
无设置器
isTrusted bool?
无设置器继承
matchingTarget Element
指向元素的指针,其 CSS 选择器在该元素内触发了事件。如果此事件未与任何事件委托关联,则访问此值将抛出 UnsupportedError
无设置器继承
path List<EventTarget>
无设置器继承
rotationRate DeviceRotationRate?
无设置器
runtimeType Type
对象运行时类型的表示。
无设置器继承
target EventTarget?
无设置器继承
timeStamp num?
无设置器继承
type String
无设置器继承

方法

composedPath() List<EventTarget>
继承
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的函数或属性时被调用。
继承
preventDefault() → void
继承
stopImmediatePropagation() → void
继承
stopPropagation() → void
继承
toString() String
此对象的字符串表示。
继承

操作符

operator ==(Object other) bool
相等操作符。
继承