'how to draw a line with two point in it in flutter

I have two dropdown button that represt time (0-23) and the user can choose a time range for the light to be on. I want to represent the choosen times by a line like below where the the red circles move when they choose different time. it does not need to be circle, anything just to represent the range of time. anyone have an idea or comments on that?

enter image description here



Solution 1:[1]

You can use RangeSlider Widget https://api.flutter.dev/flutter/material/RangeSlider-class.html

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ahmed Khairy