blur property

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

Event that fires when the dropdown button is blurred.

Implementation

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