Not documented.

Annotations
  • DocsEditable()
  • DomName('MediaQueryList')
  • Unstable()
Extends

Constants

EventStreamProvider<Event> changeEvent = const EventStreamProvider<Event>('change')
const

Properties

bool matches
read-only
String media
read-only
Events on
read-only, inherited
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
Stream<Event> onChange
read-only

Methods

addEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
addListener(dynamic listener(Event event)) → void
dispatchEvent(Event event) → bool
inherited
removeEventListener(String type, dynamic listener(Event event), [bool useCapture]) → void
inherited
removeListener(dynamic listener(Event event)) → void