sleek_circular_slider icon indicating copy to clipboard operation
sleek_circular_slider copied to clipboard

Please add the option to pass custom GradientTransform for gradients

Open cirediew opened this issue 3 years ago • 0 comments

Please add the option to pass our own custom GradientTransform to the track and progress gradient.

For example:

CustomSliderColors(
                  trackColor: Colors.grey,
                  progressBarColors: [Colors.red, Colors.green, Colors.blue],
                  progressTransform: GradientRotation(45 * (pi/180))
                )

This will rotate the progress gradient by 45 degrees.

cirediew avatar Feb 09 '22 14:02 cirediew