Event fired when the panel is either collapsed or expanded.
@Output('expandedChange') Stream<bool?> get isExpandedChange => _isExpanded.stream;