WTH is there not a slider for short set of fixed values?

This comes up frequently where there are multiple options for an input_select that would be much nicer represented than a drop down.

Examples:

  • fan speeds (off, low, medium, high)
  • duration (15 min, 30 min, 45 min, 1 hour)
  • presence (home, away, vacation)
  • privacy mode (normal, guest, off)
  • picture mode (normal, vivid, movie, game)
  • ventilation (off, auto, full)

Even if it was limited to just a few options (3 or 4) this would be very useful and visually simplify certain control UIs.

https://help.syncfusion.com/flutter/slider/overview

Examples:

For example, the Flutter slider:

https://help.syncfusion.com/flutter/slider/overview

I just want to point that there ARE sliders, they just happen to only be available for number entities.