JourneyProgressStyle.linear constructor

const JourneyProgressStyle.linear({
  1. Color activeColor,
  2. Color inactiveColor,
  3. double? thickness,
})

Creates a standard linear progress bar style.

Implementation

const factory JourneyProgressStyle.linear({
  Color activeColor,
  Color inactiveColor,
  double? thickness,
}) = _LinearProgressStyle;