labelFn property
Accessor function that returns the label for a tree node.
Implementation
final TypedAccessorFn<TreeNode<T>, String>? labelFn;
Accessor function that returns the label for a tree node.
final TypedAccessorFn<TreeNode<T>, String>? labelFn;