isExpandedChangeByUserAction property
- @Output('expandedChangeByUser')
Stream<bool>
get
isExpandedChangeByUserAction
Event fired when the panel is collapsed or expanded by the user.
Implementation
@Output('expandedChangeByUser')
Stream<bool> get isExpandedChangeByUserAction =>
_isExpandedChangeByUserAction.stream;