JourneyProgressStyle.dots constructor

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

Creates a dots-based progress indicator style.

Implementation

const factory JourneyProgressStyle.dots({
  Color activeColor,
  Color inactiveColor,
  double? dotSize,
  double? spacing,
}) = _DotsProgressStyle;