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?
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?
Check the flutter_xlider package it should be able to recreate what you want and it seems pretty easy to use.