menu
utilities_framework_flutter package
documentation
components/cupertino_date_picker.dart
NumberPicker
animateIntToIndex method
animateIntToIndex method
dark_mode
light_mode
animateIntToIndex
method
void
animateIntToIndex
(
int
index
)
Implementation
void animateIntToIndex(final int index) { _animate(intScrollController, index * itemExtent); }
utilities_framework_flutter package
documentation
components/cupertino_date_picker
NumberPicker
animateIntToIndex method
NumberPicker class