style property
Style?
get
style
A reference to the Style on the StyledElement representation of this node. Guaranteed to be non-null only after the preparing step.
Implementation
Style? get style {
return styledElement?.style;
}