The current value.
If roundToInt is true, this value will always be an int
.
Source
num get currentValue => _roundToInt ? _currentValue.round() : _currentValue;
The current value.
If roundToInt is true, this value will always be an int
.
num get currentValue => _roundToInt ? _currentValue.round() : _currentValue;