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