IndicatorCustomPainter constructor

IndicatorCustomPainter({
  1. int targetIndex = 0,
  2. int sourceIndex = 0,
  3. double progress = 1,
})

Implementation

IndicatorCustomPainter({
  this.targetIndex = 0,
  this.sourceIndex = 0,
  this.progress = 1,
});