expandedChange property

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

Implementation

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