GetMatchedStylesForNodeResult constructor

GetMatchedStylesForNodeResult({
  1. CSSStyle? inlineStyle,
  2. CSSStyle? attributesStyle,
  3. List<RuleMatch>? matchedCSSRules,
  4. List<PseudoElementMatches>? pseudoElements,
  5. List<InheritedStyleEntry>? inherited,
  6. List<InheritedPseudoElementMatches>? inheritedPseudoElements,
  7. List<CSSKeyframesRule>? cssKeyframesRules,
  8. NodeId? parentLayoutNodeId,
})

Implementation

GetMatchedStylesForNodeResult(
    {this.inlineStyle,
    this.attributesStyle,
    this.matchedCSSRules,
    this.pseudoElements,
    this.inherited,
    this.inheritedPseudoElements,
    this.cssKeyframesRules,
    this.parentLayoutNodeId});