JourneyCircularProgress constructor
const
JourneyCircularProgress({})
Implementation
const JourneyCircularProgress({
super.key,
required this.percentage,
required this.activeColor,
required this.inactiveColor,
required this.textColor,
this.size = 40.0,
this.thickness = 4.0,
this.showPercentage = true,
});