onKeypress property

  1. @Output('inputKeyPress')
Stream<String> get onKeypress

Publishes events whenever input text changes (each keypress).

Implementation

@Output('inputKeyPress')
Stream<String> get onKeypress => _keypressController.stream;