JourneySegmentProgress constructor
      const
      JourneySegmentProgress({})
     
    
    
Implementation
const JourneySegmentProgress({
  super.key,
  required this.currentStep,
  required this.totalSteps,
  required this.activeColor,
  required this.inactiveColor,
  this.height = 4.0,
  this.spacing = 4.0,
});