0 purchases
vertical scroll picker
Getting started #
VerticalPickerWidget is a animated picker , ease to use
Example #
example of using ResponsiveBuilder
VerticalPickerWidget(
controller: FixedExtentScrollController(initialItem: 66),
onScroll: (value) {
print(" current value $value");
})
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.