by method

void by(
  1. num deltaValue
)

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

Implementation

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