focus property

  1. @Output()
Stream<FocusEvent> get focus

Event that fires when the dropdown button is focused.

Implementation

@Output()
Stream<FocusEvent> get focus => _focus.stream;