I want to know how to customize a switch in Flutter to look like this :
I don't want to know how to make the shape etc. But how to put an image in the track. I know there are :
inactiveThumbImage
activeThumbImage
But it is not what I want.
Maybe something like activeTrackImage
, but I didn't find anything in the doc.
CodePudding user response:
ON