menu
puppeteer package
documentation
protocol/css.dart
InheritedStyleEntry
InheritedStyleEntry constructor
InheritedStyleEntry constructor
dark_mode
light_mode
InheritedStyleEntry
constructor
InheritedStyleEntry
(
{
CSSStyle
?
inlineStyle
,
required
List
<
RuleMatch
>
matchedCSSRules
,
})
Implementation
InheritedStyleEntry({this.inlineStyle, required this.matchedCSSRules});
puppeteer package
documentation
protocol/css
InheritedStyleEntry
InheritedStyleEntry constructor
InheritedStyleEntry class