target method
time is the time since the last target call. After this call, internal time resets to 0.
Implementation
@override
void target(Offset target, {required double time}) {
(simulationx as DynamicEaseInOutSimulation).target(target.dx, time: time);
(simulationy as DynamicEaseInOutSimulation).target(target.dy, time: time);
}