ZetaStep constructor
- required Widget title,
- Widget? content,
- Widget? subtitle,
- ZetaStepType type = ZetaStepType.disabled,
Creates a step for a ZetaStepper.
Implementation
const ZetaStep({
required this.title,
this.content,
this.subtitle,
this.type = ZetaStepType.disabled,
});