tape_measure

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

tape measure

Tape Measure #
A slider with tape measure look. A drop-in replacement for Slider with a few extra features.
Use it just like a regular Slider:
TapeMeasureSlider(
value: sliderValue,
min: 0,
max: 360,
divisions: 360,
smallTickEvery: 5,
bigTickEvery: 10,
mainTickEvery: 90,
mainSnapDistance: 5,
tickColor: Colors.blue,
activeColor: Colors.lightBlue,
inactiveColor: Colors.lightBlue,
onChanged: (value) => setState(() {
sliderValue = value;
}),
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.