SingleProgressWidget constructor
const
SingleProgressWidget({
- Key? key,
- required Color mainProgressColor,
- required double progress,
- required double radius,
- required Color shadowColor,
- required double rotationAngle,
- CircularStrokeCap circularStrokeCap = CircularStrokeCap.butt,
- required int index,
- required int totalIndex,
- required ProgressStyle progressStyle,
- required bool isShadowed,
- required double lineWidth,
Implementation
const SingleProgressWidget(
{super.key,
required this.mainProgressColor,
required this.progress,
required this.radius,
required this.shadowColor,
required this.rotationAngle,
this.circularStrokeCap = CircularStrokeCap.butt,
required this.index,
required this.totalIndex,
required this.progressStyle,
required this.isShadowed,
required this.lineWidth});