embraceitmobile / animated_tree_view

Animated TreeView based on AnimatedList allows building fully customizable Nodes that can be nested to infinite levels and children.
https://pub.dev/packages/animated_tree_view
MIT License
59 stars 29 forks source link

[Feature Request] Need indentationBuilder to customize indentation for different level #48

Open BppleMan opened 4 months ago

BppleMan commented 4 months ago

As the title says, I think adding an indentationBuilder will allow me to customize the indentation I want more freely, such as using different colors and widths for different levels.

It would be great if TreeView could add a selectable option for each node.