ProgressIconPainter constructor

ProgressIconPainter({
  1. Color? color,
  2. double? stroke,
  3. double? progress = 1.0,
})

Implementation

ProgressIconPainter({this.color, this.stroke, this.progress = 1.0});