void by(num deltaValue)

Animate the property from the current value by a given delta value.

Source

void by(num deltaValue) {
  _deltaValue = deltaValue.toDouble();
}