ArProgressSteps constructor

const ArProgressSteps({
  1. Key? key,
  2. required int total,
  3. required int current,
})

Implementation

const ArProgressSteps({super.key, required this.total, required this.current});