NiceTreeSelectNode<T> constructor
const
NiceTreeSelectNode<T> ({
- required T value,
- required String label,
- List<
NiceTreeSelectNode< children = const [],T> > - IconData? icon,
Implementation
const NiceTreeSelectNode({
required this.value,
required this.label,
this.children = const [],
this.icon,
});