Specifies if the values should be rounded to an integer.
Default is false.
Source
bool get roundToInt => _roundToInt;
Source
set roundToInt(bool value) { _roundToInt = value; }
Specifies if the values should be rounded to an integer.
Default is false.
bool get roundToInt => _roundToInt;
set roundToInt(bool value) { _roundToInt = value; }