blur property
Event that fires when the dropdown button is blurred.
Implementation
@Output()
Stream<FocusEvent> get blur => _blur.stream;
Event that fires when the dropdown button is blurred.
@Output()
Stream<FocusEvent> get blur => _blur.stream;