WizardDisableGoBackEvent constructor

const WizardDisableGoBackEvent({
  1. required int index,
})

Create a WizardDisableGoBackEvent event that indicates that the go back feature is disabled for the provided index.

index: The index of the step that the go back feature is disabled for.

Implementation

const WizardDisableGoBackEvent({
  required this.index,
});