Home > front end >  How create similar widget in Flutter?
How create similar widget in Flutter?

Time:06-30

I want to create a similar widget, but I don't know how to do it.

How the widget should look like

CodePudding user response:

It seems you are looking for a slider, one of Flutters standard controls.

You can change it's appearance to match your example more closely as covered by the linked documentation.

  • Related