isExpanded property
Whether or not this node is expanded. Changing this value will cause the node's expander to animate open or closed
Implementation
ValueNotifier<bool> isExpanded;
Whether or not this node is expanded. Changing this value will cause the node's expander to animate open or closed
ValueNotifier<bool> isExpanded;