SquigglySliderTrackShape constructor
const
SquigglySliderTrackShape({})
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,
});