JourneyProgressStyle.dots constructor
const
JourneyProgressStyle.dots({})
Creates a dots-based progress indicator style.
Implementation
const factory JourneyProgressStyle.dots({
Color activeColor,
Color inactiveColor,
double? dotSize,
double? spacing,
}) = _DotsProgressStyle;