Outputs an event when the menu is expanded.
@Output() Stream<bool> get isExpandedChange => _expandAction.stream.map((_) => isExpanded);