stepOutput property

  1. @Output('stepChange')
Stream<int> stepOutput

Implementation

@Output('stepChange')
Stream<int> get stepOutput => _onStepController.stream;