Callback that provides deltaTime dt (in seconds) and time correction factor.
typedef RunnerCallback = void Function(double dt, double timeCorrection);