Hi,
I need to range my sider from min to max values.
If the max cursor is moved at the end of the track, the upperValue must be infinite.
Is it a simple way to do this and display to the user on the live value indicator that he's selecting max and upper values?
I can't setState on onChanged method for performance needs.
In perfect world, I would live have 1 to 5, and if the user move the cursor after 5, the upperValue should be inifinite and it should be writted on the value indicator.
Thank you for your help !
Hi,
I need to range my sider from min to max values.
If the max cursor is moved at the end of the track, the upperValue must be infinite.
Is it a simple way to do this and display to the user on the live value indicator that he's selecting max and upper values?
I can't setState on onChanged method for performance needs.
In perfect world, I would live have 1 to 5, and if the user move the cursor after 5, the upperValue should be inifinite and it should be writted on the value indicator.
Thank you for your help !