Represents a function that is called when a child node has changed.
typedef ChildChangedCallback = void Function(String name, Node node);