Flutter: How to create custom thumb for Slider widget?

Viewed 1985

I want to make the thumb of the Slider widget like the image below, which is taken from the TextField cursor. Is it possible to shape the slider thumb like this and also make it go under the track? If so, how?

enter image description here

1 Answers

Check the flutter_xlider package it should be able to recreate what you want and it seems pretty easy to use.

Related