ProgressIndicatorPainter constructor
Implementation
const ProgressIndicatorPainter(
{required this.width,
required this.startAngle,
required this.color,
required this.progressValue,
this.thickness = 30})
: super();
const ProgressIndicatorPainter(
{required this.width,
required this.startAngle,
required this.color,
required this.progressValue,
this.thickness = 30})
: super();