mediaQueryList top-level property

dynamic get mediaQueryList

Stores information on a media query applied to a document, and handles sending notifications to listeners when the media query state change (i.e. when the media query test starts or stops evaluating to true).

MDN Reference

Implementation

_i2.dynamic get mediaQueryList => _i4.getProperty(
      _self,
      'MediaQueryList',
    );