MyPainter constructor

MyPainter(
  1. double progress,
  2. double radius,
  3. Color loadingColor,
  4. double strokeWidth, [
  5. double startPoint = 0,
])

Implementation

MyPainter(
  this.progress,
  this.radius,
  this.loadingColor,
  this.strokeWidth, [
  this.startPoint = 0,
]);