bool roundToInt

Specifies if the values should be rounded to an integer.

Default is false.

Source

bool get roundToInt => _roundToInt;
void roundToInt=(bool value)

Source

set roundToInt(bool value) {
  _roundToInt = value;
}