Step constructor
Step({})
Implementation
Step({
StepIdentifier? stepIdentifier,
this.isOptional = false,
this.buttonText = 'Next',
this.canGoBack = true,
this.showProgress = true,
this.showAppBar = true,
}) : stepIdentifier = stepIdentifier ?? StepIdentifier();