childrenProvider property
A function to get children from current node,
return null when current is a leaf node.
Implementation
final ChildrenProvider<NodeData> childrenProvider;
A function to get children from current node,
return null when current is a leaf node.
final ChildrenProvider<NodeData> childrenProvider;