JourneyProgressStyle.segments constructor

const JourneyProgressStyle.segments({
  1. Color activeColor,
  2. Color inactiveColor,
  3. double? height,
  4. double? spacing,
})

Creates a segmented progress bar style.

Implementation

const factory JourneyProgressStyle.segments({
  Color activeColor,
  Color inactiveColor,
  double? height,
  double? spacing,
}) = _SegmentProgressStyle;