I'm having problems to create a custom slider on flutter. The image is the following one:
I know how to create it on XML on Android, but with flutter, I'm having problems. In the Slider class constructor is not a parameter for slider background from assets or a thumb from assets.
Anyone could please help me/ guide me, about how to achieve the expected result? Thanks.

It's possible to create a custom Slider in Flutter. You can visit this guide to learn more. Then you can use
RotatedBoxif you need the Slider to be vertical.