tree/tree_view library

Classes

ListTreeView
ListTreeView based on ListView. ListView is the most commonly used scrolling widget. It displays its children one after another in the scroll direction. In the cross axis, the children are required to fill the ListView. The default constructor takes takes an IndexedBuilder of children.which builds the children on demand.