const TreeViewNode({ required this.label, this.children = const [], this.style, this.icon, this.expanded = true, });