clearStyle method

void clearStyle()

Clears style of this node.

Implementation

void clearStyle() {
  _style = NotusStyle();
}