TreeLinePainter constructor
TreeLinePainter({})
Implementation
TreeLinePainter(
{this.color = Colors.black,
this.strokeWidth = 3,
required this.levelWidth,
required this.level,
this.isHasIcon = false,
required this.iconSize});