horizontal_picker 1.0.0
horizontal_picker: ^1.0.0 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 #
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) {},
),