onBlur property

  1. @Output('blur')
Stream<FocusEvent> get onBlur

Event that fires when the dropdown button is blurred.

Implementation

@Output('blur')
Stream<FocusEvent> get onBlur => _blur.stream;