TreeLine constructor
const
TreeLine({})
Implementation
const TreeLine(
{super.key,
required this.level,
required this.levelWidth,
required this.iconSize,
required this.child,
this.isHasIcon = false,
this.color = Colors.white});