expandedChange property

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

Implementation

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