applyAttribute method
Applies style attribute
to this node.
Implementation
void applyAttribute(NotusAttribute attribute) {
_style = _style.merge(attribute);
}
Applies style attribute
to this node.
void applyAttribute(NotusAttribute attribute) {
_style = _style.merge(attribute);
}