I am working on a Slider in flutterenter image description here, I am copying the design in the picture, but I can't add an elevation or shadow to the thumb and track of the slider. Please have a look if you guys can help.
PS: incase the link doesn't open this is an alternate link:
Cupertino Slider is visually closer to what you want, but you're exploring a design language that Flutter does not have built-in widgets for.
Flutter supports the Apple design language with
Cupertino
widgets, and Material Design withMaterial
widgets.You are using a trendy design language called neumorphism. Some of the work has been done for you already.