TreeView<T> constructor
const
TreeView<T> ({})
Creates a TreeView with the given roots, builder, and traversal callbacks.
Implementation
const TreeView({
super.key,
required this.roots,
required this.builder,
required this.getChildren,
required this.nodeKey,
this.isExpandable,
this.controller,
this.focusNode,
this.onNodeSelected,
});