onBlur property
Publishes events when a blur event is fired.
Implementation
@Output('blur')
Stream<FocusEvent> get onBlur => _blurController.stream;
Publishes events when a blur event is fired.
@Output('blur')
Stream<FocusEvent> get onBlur => _blurController.stream;