setTransformDelta method

dynamic setTransformDelta(
  1. double newDelta
)

Implementation

setTransformDelta(double newDelta) {
  this._tDelta = newDelta;
  notifyListeners();
}