applyAttribute method

void applyAttribute(
  1. NotusAttribute attribute
)

Applies style attribute to this node.

Implementation

void applyAttribute(NotusAttribute attribute) {
  _style = _style.merge(attribute);
}