Last updated:
0 purchases
horizontal picker
Horizontal Picker #
You can select your value on Horizontal Picker while scrolling on items.
Samples #
Installation #
Installing section
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) {},
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.