Publishes events when the value of the value input is changed by the user.
@Output() Stream<num> get valueChange => _changeController.stream;