isExpanded property

ValueNotifier<bool> isExpanded
getter/setter pair

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;