isExpanded property

ValueNotifier<bool> isExpanded
getter/setter pair

Implementation

ValueNotifier<bool> isExpanded = ValueNotifier(false);