autoRotate property

bool autoRotate
final

Whether to rotate the widget to match the path tangent.

When true, the widget rotates to face the direction it's moving along the path. Useful for direction-aware graphics (arrows, vehicles, etc.).

Defaults to false (no automatic rotation).

Implementation

final bool autoRotate;