Keep the tilt angle

You can use the following code:

...

Tilt(
  tiltConfig: const TiltConfig(
+   enableRevert: false,
+   enableSensorRevert: false,
    ...
  ),
  ...
),

...