matchMedia property

MediaQueryList Function(String) get matchMedia

Implementation

_i3.MediaQueryList Function(_i2.String) get matchMedia =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'matchMedia',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set matchMedia (MediaQueryList value(String))

Implementation

set matchMedia(_i3.MediaQueryList Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'matchMedia',
    _i4.allowInterop(value),
  );
}