isExpandedChange property

  1. @Output('expandedChange')
Stream<bool?> get isExpandedChange

Event fired when the panel is either collapsed or expanded.

Implementation

@Output('expandedChange')
Stream<bool?> get isExpandedChange => _isExpanded.stream;