ZetaStep constructor
Creates a step for a ZetaStepper.
Implementation
const ZetaStep({
required this.title,
this.subtitle,
this.disabled = false,
this.semanticLabel,
});
Creates a step for a ZetaStepper.
const ZetaStep({
required this.title,
this.subtitle,
this.disabled = false,
this.semanticLabel,
});