InheritedStyleEntry constructor

InheritedStyleEntry({
  1. CSSStyle? inlineStyle,
  2. required List<RuleMatch> matchedCSSRules,
})

Implementation

InheritedStyleEntry({this.inlineStyle, required this.matchedCSSRules});