TreeViewTheme constructor
const
TreeViewTheme({})
Implementation
const TreeViewTheme({
this.indentation = 20.0,
this.iconSize = 16.0,
this.selectionColor =
const Color(0x1A2196F3), // Light blue with 10% opacity
this.expanderType = ExpanderType.triangle,
this.showLines = true,
this.lineColor,
this.textColor,
this.iconColor,
});