initialize method

void initialize()

Called after this Node is added to the Node tree.

Flowing downwards

Implementation

void initialize() {
  widget.ref?._currentNode = this;

  _isActive = true;
}