flutter_picker
flutter_picker copied to clipboard
When jump is -1 the initValue is set to begin
like below:
NumberPickerColumn( jump: -1, begin: 200, end: 20, initValue: 42)
i found the initValue is set to 200 instead of 42