Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to always show labels (not only on moving) #33

Open
chamartt opened this issue Nov 20, 2020 · 2 comments
Open

Possibility to always show labels (not only on moving) #33

chamartt opened this issue Nov 20, 2020 · 2 comments

Comments

@chamartt
Copy link

Hi Didier,

Is it possible to always show the label with the min/max values on top of cursor.
Currently for me with :
SliderTheme( data: SliderTheme.of(context).copyWith( trackHeight: 5.0, showValueIndicator: ShowValueIndicator.always), child: frs.RangeSlider( min: 1, max: 5, lowerValue: _lowerValue, upperValue: _upperValue, showValueIndicator: true, valueIndicatorMaxDecimals: 2, // divisions: 50, onChanged: (double newLowerValue, double newUpperValue) {}, onChangeEnd: (double newLowerValue, double newUpperValue) { setState(() { _lowerValue = newLowerValue; _upperValue = newUpperValue; }); }, )),

the labels are displayed only when I move the cursor.

I would like to show these labels everytime.

Thank you for your help.

@Hasankanso
Copy link

me too I'm looking for this feature!

@studentwater1
Copy link

Hi! Did someone find a solution for showing the label always?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants