styles property
StylesMap
get
styles
Implementation
StylesMap get styles {
final inheritedStyles = CInheritedStyles.of(this);
if (inheritedStyles == null) return {};
return inheritedStyles;
}