horizontal_picker 0.0.3+1
horizontal_picker: ^0.0.3+1 copied to clipboard
You can select your value on Horizontal Picker while scrolling on items.
Horizontal Picker #
You can select your value on Horizontal Picker while scrolling on items.
Samples #
Installation #
Add package to pubspec.yaml
dependencies:
...
horizontal_picker: ...
Usage Example #
HorizantalPicker(
minValue: -10,
maxValue: 50,
divisions: 600,
suffix: " cm",
showCursor: false,
backgroundColor: Colors.grey.shade900,
activeItemTextColor: Colors.white,
passiveItemsTextColor: Colors.amber,
onChanged: (value) {},
),