treeNodeBuilder property

TreeViewNodeBuilder<T> treeNodeBuilder
final

Called to build an entry of the TreeView for the given TreeViewNode.

By default, if this is unset, the TreeView.defaultTreeNodeBuilder is used.

Implementation

final TreeViewNodeBuilder<T> treeNodeBuilder;