TreeNodeData<T> constructor
TreeNodeData<T> (
- List<
TreeNodeDepth> depth, - TreeNode<
T> node, - BranchLine indentGuide,
- bool expanded,
- bool expandIcon,
- void onFocusChanged(
- FocusChangeReason reason
Implementation
TreeNodeData(this.depth, this.node, this.indentGuide, this.expanded,
this.expandIcon, this.onFocusChanged);