Whether the simulation is "done" at the given time.
@override bool isDone(double time) => _a > 0 ? _normalX(time) >= _end : _normalX(time) <= _end;