rotationUpdater property
Implementation
ValueUpdater<double> rotationUpdater = ValueUpdater(
value: 0.0,
onUpdate: (oldVal, newVal) => newVal - oldVal,
);
ValueUpdater<double> rotationUpdater = ValueUpdater(
value: 0.0,
onUpdate: (oldVal, newVal) => newVal - oldVal,
);