expanded property

ValueNotifier<bool> expanded
getter/setter pair

Implementation

ValueNotifier<bool> expanded = ValueNotifier(false);