onExpandedChange property

Stream<bool?> get onExpandedChange

Change stream of the expansion state.

Implementation

Stream<bool?> get onExpandedChange => _isExpanded.stream;