anchor property

Offset? anchor
final

The icon image point that will be the anchor of the info window when displayed.

The image point is specified in normalized coordinates: An anchor of (0.0, 0.0) means the top left corner of the image. An anchor of (1.0, 1.0) means the bottom right corner of the image.

Implementation

final Offset? anchor;