Callback used to notify a node that a child has been added to it.
@override void onChildAdded(String name, Node node) { if (onChildAddedCallback != null) { onChildAddedCallback!(name, node); } }