isExpanded property
ValueNotifier<bool>
get
isExpanded
Gets the current expansion state of the node.
Implementation
ValueNotifier<bool> get isExpanded => _isExpanded;
Gets the current expansion state of the node.
ValueNotifier<bool> get isExpanded => _isExpanded;