target abstract method

void target(
  1. Offset target, {
  2. required double time,
})

time is the time since the last target call. After this call, internal time resets to 0.

Implementation

void target(Offset target, {required double time});