CustomTreePainter constructor
CustomTreePainter({
- required CustomTreeNodeStyle style,
- bool hasChildren = false,
- bool hasParent = false,
Implementation
CustomTreePainter({
required this.style,
this.hasChildren = false,
this.hasParent = false,
});