alignment property

Alignment alignment
final

Alignment of each marker relative to its normal center at Marker.point

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

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

Defaults to Alignment.center. Overriden by Marker.alignment if set.

Implementation

final Alignment alignment;