UProcessStepsIndicator constructor
const
UProcessStepsIndicator({
- required List<
UProcessStepStatus> steps, - UProcessStyle style = const UProcessStyle(),
- Key? key,
Implementation
const UProcessStepsIndicator({
required this.steps,
this.style = const UProcessStyle(),
super.key,
});