JourneyProgressStyle.linear constructor
Creates a standard linear progress bar style.
Implementation
const factory JourneyProgressStyle.linear({
Color activeColor,
Color inactiveColor,
double? thickness,
}) = _LinearProgressStyle;
Creates a standard linear progress bar style.
const factory JourneyProgressStyle.linear({
Color activeColor,
Color inactiveColor,
double? thickness,
}) = _LinearProgressStyle;