AnchorPos class

Defines the positioning of a Marker.builder widget relative to the center of its bounding box defined by its Marker.height & Marker.width

Can be defined exactly (using AnchorPos.exactly with an Anchor) or in a relative alignment (using AnchorPos.align with an AnchorAlign).

Constructors

AnchorPos.align(AnchorAlign alignment)
AnchorPos.exactly(Anchor anchor)

Properties

alignment AnchorAlign?
final
anchor Anchor?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited