TreeNodeData constructor
const
TreeNodeData({})
Implementation
const TreeNodeData({
required this.id,
required this.label,
this.icon,
this.children = const [],
this.disabled = false,
this.data,
});
const TreeNodeData({
required this.id,
required this.label,
this.icon,
this.children = const [],
this.disabled = false,
this.data,
});