UProcessStepsIndicator constructor

const UProcessStepsIndicator({
  1. required List<UProcessStepStatus> steps,
  2. UProcessStyle style = const UProcessStyle(),
  3. Key? key,
})

Implementation

const UProcessStepsIndicator({
  required this.steps,
  this.style = const UProcessStyle(),
  super.key,
});