The callback that is to be invoked, when yes button is pressed.
Published events are either KeyboardEvent or MouseEvent
@Output() Stream<UIEvent> get yes => _yes.stream;