TreeNodeItem constructor
TreeNodeItem({
- dynamic parent,
- int? index,
- TreeViewController? controller,
Implementation
TreeNodeItem({this.parent, this.index, this.controller});