WizardStep.password constructor
WizardStep.password({})
Creates a password input step.
Implementation
factory WizardStep.password({
required String key,
required String prompt,
ValidateFunc? validate,
String? description,
}) = PasswordStep;