copyWith abstract method

WizardController copyWith({
  1. List<WizardStepController>? stepControllers,
  2. int? index,
  3. StepCallback? onStepChanged,
})

Create a copy with the provided values

Implementation

WizardController copyWith({
  List<WizardStepController>? stepControllers,
  int? index,
  StepCallback? onStepChanged,
});