rvamsikrishna / flutter_fluid_slider

A fluid design slider that works just like the Slider material widget.
MIT License
322 stars 47 forks source link

`thumbDiameter` was exposed as a param #12

Closed diegoveloper closed 4 years ago

diegoveloper commented 4 years ago

Because the height of the slider looks like too big on smaller devices, this PR adds the ability to set a custom diameter or height to the slider.

If no value is set, the default value is 60.0.

This change not break the current code.