translationUpdater property
Implementation
ValueUpdater<Offset> translationUpdater = ValueUpdater(
value: Offset.zero,
onUpdate: (oldVal, newVal) => newVal - oldVal,
);
ValueUpdater<Offset> translationUpdater = ValueUpdater(
value: Offset.zero,
onUpdate: (oldVal, newVal) => newVal - oldVal,
);