expandActionChange property

  1. @Output()
Stream<ExpandAction?> get expandActionChange

Outputs an event when the menu expansion state is changed.

Implementation

@Output()
Stream<ExpandAction?> get expandActionChange => _expandAction.stream;