TreeLineStyle constructor
const
TreeLineStyle({})
Implementation
const TreeLineStyle({
this.color = const Color(0xFFD9D9D9),
this.width = 1.0,
this.indent = 24.0,
this.showVerticalLine = true,
this.showHorizontalLine = true,
});