views/stack_widget library

Classes

StackWidget<T extends AbsNodeType>
This tree widget is a stack view (not expandable view). So there is a special requirement: you can start with a list of children tree rather than the root. If you want to start with root, you can pass the argument: listTrees = [root]