onChange property

  1. @Output('change')
Stream<String> onChange

Implementation

@Output('change')
Stream<String> get onChange => _changeController.stream;