onInputBlur property

  1. @Output('inputBlur')
Stream<void> get onInputBlur

Fired when the nested MaterialInputComponent fires a blur event.

Implementation

@Output('inputBlur')
Stream<void> get onInputBlur => _onInputBlur.stream;