activeStepChanged property

  1. @Output('activeStepChanged')
Stream<StepDirective?> get activeStepChanged

Event that fires when the active step has changed.

Implementation

@Output('activeStepChanged')
Stream<StepDirective?> get activeStepChanged => _activeStepController.stream;