JourneyProgressStyle.numbered constructor
const
JourneyProgressStyle.numbered({})
Creates a numbered step progress indicator style.
Implementation
const factory JourneyProgressStyle.numbered({
Color activeColor,
Color inactiveColor,
Color? textColor,
double? circleSize,
double? spacing,
}) = _NumberedProgressStyle;