onExpansionChanged property

ValueChanged<bool>? onExpansionChanged
final

If overridden, the parent widget is responsible for managing the expansion state.

Implementation

final ValueChanged<bool>? onExpansionChanged;