alignment property

Alignment? alignment
final

Alignment of the marker relative to the normal center at point

For example, Alignment.topCenter will mean the entire marker widget is located above the point.

The center of rotation (anchor) will be opposite this.

Defaults to Alignment.center if also unset by MarkerLayer.

Implementation

final Alignment? alignment;