isExpanded property

ValueNotifier<bool> isExpanded
final

Whether the node is expanded or not

Implementation

final ValueNotifier<bool> isExpanded;