isExpanded property

ValueNotifier<bool> get isExpanded

Gets the current expansion state of the node.

Implementation

ValueNotifier<bool> get isExpanded => _isExpanded;