NiceWizardStep constructor
const
NiceWizardStep({})
Implementation
const NiceWizardStep({
required this.title,
this.subtitle,
this.icon,
required this.content,
this.validator,
this.isOptional = false,
});
const NiceWizardStep({
required this.title,
this.subtitle,
this.icon,
required this.content,
this.validator,
this.isOptional = false,
});