CircularTimerDecoraton constructor

const CircularTimerDecoraton({
  1. List<Color>? progressColors,
  2. MaskFilter? progressMaskFilter,
  3. double prgressThickness = 8.0,
  4. Color? progressBackgroundColor,
  5. ProgressShadow? progressShadow,
  6. Color? fillColor,
})

Implementation

const CircularTimerDecoraton({
  this.progressColors,
  this.progressMaskFilter,
  this.prgressThickness = 8.0,
  this.progressBackgroundColor,
  this.progressShadow,
  this.fillColor,
});