Animate the property from the current value by a given delta value.
Source
void by(num deltaValue) { _deltaValue = deltaValue.toDouble(); }
Animate the property from the current value by a given delta value.
void by(num deltaValue) { _deltaValue = deltaValue.toDouble(); }