TreeNodeData<T> constructor

TreeNodeData<T>(
  1. List<TreeNodeDepth> depth,
  2. TreeNode<T> node,
  3. BranchLine indentGuide,
  4. bool expanded,
  5. bool expandIcon,
  6. void onFocusChanged(
    1. FocusChangeReason reason
    )?,
)

Implementation

TreeNodeData(this.depth, this.node, this.indentGuide, this.expanded,
    this.expandIcon, this.onFocusChanged);