alignment property

AlignmentGeometry alignment
final

The pivot point for rotation and positioning.

Controls which point of the widget aligns with the path. Defaults to Alignment.center (rotate around center).

Change to Alignment.bottomCenter for objects that should point forward.

Implementation

final AlignmentGeometry alignment;