PathStepper constructor
- Key? key,
- required List<
LearningPathStep> steps, - required int currentPosition,
- bool compact = false,
Implementation
const PathStepper({
super.key,
required this.steps,
required this.currentPosition,
this.compact = false,
});