Called after this Node is added to the Node tree.
Flowing downwards
@override void initialize() { super.initialize(); childNode = childWidget.createNode() ..parentNode = this ..initialize(); }