Steph
Results
3
comments of
Steph
Hi, I am using the library too and it would be really great if the expanded state would be remembered.
I found a solution: Copy the tree_view.dart and add it locally. In class class TreeViewChildState in build method change AnimatedSize to: `AnimatedSize( curve: Curves.easeIn, duration: const Duration(milliseconds: 400), child:Offstage (...