PhoenixStep constructor
const
PhoenixStep({
- Widget? stepContent,
- Widget? doingIcon,
- String? stepContentText,
- Widget? completedIcon,
- PhoenixStepState? state,
Creates a step for a Stepper.
The stepContent, doingIcon arguments can be null.
Implementation
const PhoenixStep({
this.stepContent,
this.doingIcon,
this.stepContentText,
this.completedIcon,
this.state,
});