AdvancedSeekBar constructor

AdvancedSeekBar(
  1. Color lineColor,
  2. int thumbSize,
  3. Color thumbColor, {
  4. int defaultProgress = 0,
  5. int lineHeight = 0,
  6. SeekBarStarted? seekBarStarted,
  7. SeekBarProgress? seekBarProgress,
  8. SeekBarFinished? seekBarFinished,
  9. bool scaleWhileDrag = true,
  10. int percentSplit = 0,
  11. int percentSplitWidth = 0,
  12. Color percentSplitColor = Colors.transparent,
  13. bool autoJump2Split = true,
  14. bool fillProgress = false,
})

Implementation

AdvancedSeekBar(
  this.lineColor,
  this.thumbSize,
  this.thumbColor, {
  this.defaultProgress = 0,
  this.lineHeight = 0,
  this.seekBarStarted,
  this.seekBarProgress,
  this.seekBarFinished,
  this.scaleWhileDrag = true,
  this.percentSplit = 0,
  this.percentSplitWidth = 0,
  this.percentSplitColor = Colors.transparent,
  this.autoJump2Split = true,
  this.fillProgress = false,
});