SquigglySliderTrackShape constructor

const SquigglySliderTrackShape({
  1. double squiggleAmplitude = 0.0,
  2. double squiggleWavelength = 0.0,
  3. double squigglePhaseFactor = 1.0,
})

Create a slider track that draws two rectangles with rounded outer edges.

Implementation

const SquigglySliderTrackShape({
  this.squiggleAmplitude = 0.0,
  this.squiggleWavelength = 0.0,
  this.squigglePhaseFactor = 1.0,
});