expansionNotifier property

ValueNotifier<bool>? expansionNotifier
final

If the expansionNotifier is defined initiallyExpanded is ignored If the expansionNotifier is not defined the state will be handled internally

Implementation

final ValueNotifier<bool>? expansionNotifier;