inherited property

List<InheritedStyleEntry>? inherited
final

A chain of inherited styles (from the immediate node parent up to the DOM tree root).

Implementation

final List<InheritedStyleEntry>? inherited;