expandedChange property

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

Implementation

@Output('expandedChange')
Stream<bool> get expandedChange => _expandedChangeController.stream;