styles property

Map<StyleTypeKey, String>? styles
final

A mapping of a StyleType to style ID (see Style) of styles present on this node. The style ID can be used to look up more information about the style in the top-level styles field.

Implementation

final Map<StyleTypeKey, String>? styles;