MediaQueryListEvent

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

构造函数

MediaQueryListEvent(String type, [Map? eventInitDict])
工厂

属性

bubbles bool?
无设置器继承的
cancelable bool?
无设置器继承的
composed bool?
无设置器继承的
currentTarget EventTarget?
无设置器继承的
defaultPrevented bool
无设置器继承的
eventPhase int
无设置器继承的
hashCode int
此对象的哈希码。
无设置器继承的
isTrusted bool?
无设置器继承的
matches bool?
无设置器
matchingTarget Element
指向触发事件的元素的指针。如果没有与任何事件委托关联,访问此值将抛出 UnsupportedError
无设置器继承的
media String?
无设置器
path List<EventTarget>
无设置器继承的
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
等价运算符。
继承的