activeStepChanged property
Event that fires when the active step has changed.
Implementation
@Output('activeStepChanged')
Stream<StepDirective?> get activeStepChanged => _activeStepController.stream;
Event that fires when the active step has changed.
@Output('activeStepChanged')
Stream<StepDirective?> get activeStepChanged => _activeStepController.stream;