ProgressStepLayout constructor
const
ProgressStepLayout({})
Implementation
const ProgressStepLayout(
{super.key,
required this.children,
required this.progress,
this.maxWidth = 600,
this.progressBarHeight = 10,
this.topPadding = 60,
this.onBack,
this.backgroundColor});