num currentValue

The current value.

If roundToInt is true, this value will always be an int.

Source

num get currentValue => _roundToInt ? _currentValue.round() : _currentValue;