animateDecimal method

void animateDecimal(
  1. int decimalValue
)

Used to animate decimal part of double value to new selected value

Implementation

void animateDecimal(int decimalValue) {
  _animate(decimalScrollController!, decimalValue * itemExtent);
}