NsfwScanWizardStepHeader constructor
const
NsfwScanWizardStepHeader({
- Key? key,
- required List<
String> stepLabels, - required int currentStep,
- NsfwStepIsDone? isStepDone,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 12, vertical: 10),
- double spacing = 8,
- Color? activeColor,
- Color? completedColor,
- Color? idleColor,
- Color? idleTextColor,
- Color? activeTextColor,
- Color? chipBorderColor,
Implementation
const NsfwScanWizardStepHeader({
super.key,
required this.stepLabels,
required this.currentStep,
this.isStepDone,
this.padding = const EdgeInsets.symmetric(horizontal: 12, vertical: 10),
this.spacing = 8,
this.activeColor,
this.completedColor,
this.idleColor,
this.idleTextColor,
this.activeTextColor,
this.chipBorderColor,
});