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(Alignment alignment)
- AnchorPos.exactly(Anchor anchor)
Properties
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