StyledWorkflowStep constructor
StyledWorkflowStep({
- Widget headerBuilder()?,
- bool? hideHeader,
- Widget stepDividerBuilder()?,
- Widget stepLabelBuilder()?,
- Widget containerBuilder(
- BuildContext context,
- Widget pageContent
- StyledTypography? typography,
- ListMarker? listMarker,
Implementation
StyledWorkflowStep({
this.headerBuilder,
this.footerBuilder,
this.hideHeader,
this.hideFooter,
this.stepDividerBuilder,
this.stepLabelBuilder,
super.containerBuilder,
super.typography,
super.listMarker,
});