horizontal_picker 1.2.0 horizontal_picker: ^1.2.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 #
HorizontalPicker(
minValue: -10,
maxValue: 50,
divisions: 600,
suffix: " cm",
showCursor: false,
backgroundColor: Colors.grey.shade900,
activeItemTextColor: Colors.white,
passiveItemsTextColor: Colors.amber,
onChanged: (value) {},
),