adoptedStyleSheets property

List<CSSStyleSheet> adoptedStyleSheets

Implementation

_i2.List<_i3.CSSStyleSheet> get adoptedStyleSheets => ((_i4.getProperty(
      this,
      'adoptedStyleSheets',
    )) as _i2.List)
        .cast();
void adoptedStyleSheets=(List<CSSStyleSheet> value)

Implementation

set adoptedStyleSheets(_i2.List<_i3.CSSStyleSheet> value) {
  _i4.setProperty(
    this,
    'adoptedStyleSheets',
    value,
  );
}