How to disable sensors

You can use the following code:

...

Tilt(
  tiltConfig: const TiltConfig(
+   enableGestureSensors: false,
    ...
  ),
  ...
),

...