CSSStyleSheet constructor

CSSStyleSheet(
  1. List<CSSRule> cssRules, {
  2. bool disabled = false,
  3. String? href,
})

Implementation

CSSStyleSheet(this.cssRules, {this.disabled = false, this.href});