alignment property

Alignment alignment
final

The alignment of the marker, which controls where the child is drawn and how the anchor of the marker widget and screen position are interpreted. Defaults to Alignment.center, but with marker like location icon, you might want to use Alignment.bottomCenter.

Implementation

final Alignment alignment;