MatchedStyles constructor
MatchedStyles({
- CSSStyle? inlineStyle,
- CSSStyle? attributesStyle,
- List<
RuleMatch> ? matchedCSSRules, - List<
PseudoElementMatches> ? pseudoElements, - List<
InheritedStyleEntry> ? inherited, - List<
CSSKeyframesRule> ? cssKeyframesRules,
Implementation
MatchedStyles({
this.inlineStyle,
this.attributesStyle,
this.matchedCSSRules,
this.pseudoElements,
this.inherited,
this.cssKeyframesRules,
});