onInputBlur property
Fired when the nested MaterialInputComponent fires a blur event.
Implementation
@Output('inputBlur')
Stream<void> get onInputBlur => _onInputBlur.stream;
Fired when the nested MaterialInputComponent fires a blur event.
@Output('inputBlur')
Stream<void> get onInputBlur => _onInputBlur.stream;