NodeWidget<T> constructor
const
NodeWidget<T> ({})
Implementation
const NodeWidget({
super.key,
required this.node,
required this.mode,
this.onTap,
this.onDoubleTap,
this.onSecondaryTap,
this.isLast = false,
this.isRoot = false,
this.depth = 0,
this.selectedNodeIds,
required this.theme,
});