expandActionChange property
Outputs an event when the menu expansion state is changed.
Implementation
@Output()
Stream<ExpandAction?> get expandActionChange => _expandAction.stream;
Outputs an event when the menu expansion state is changed.
@Output()
Stream<ExpandAction?> get expandActionChange => _expandAction.stream;