JourneyProgressStyle.numbered constructor

const JourneyProgressStyle.numbered({
  1. Color activeColor,
  2. Color inactiveColor,
  3. Color? textColor,
  4. double? circleSize,
  5. double? spacing,
})

Creates a numbered step progress indicator style.

Implementation

const factory JourneyProgressStyle.numbered({
  Color activeColor,
  Color inactiveColor,
  Color? textColor,
  double? circleSize,
  double? spacing,
}) = _NumberedProgressStyle;