initialize method

void initialize()

Called after this Node is added to the Node tree.

Flowing downwards

Implementation

void initialize() => _isActive = true;