MatchedStyles constructor

MatchedStyles({
  1. CSSStyle? inlineStyle,
  2. CSSStyle? attributesStyle,
  3. List<RuleMatch>? matchedCSSRules,
  4. List<PseudoElementMatches>? pseudoElements,
  5. List<InheritedStyleEntry>? inherited,
  6. List<CSSKeyframesRule>? cssKeyframesRules,
})

Implementation

MatchedStyles({
  this.inlineStyle,
  this.attributesStyle,
  this.matchedCSSRules,
  this.pseudoElements,
  this.inherited,
  this.cssKeyframesRules,
});