PopupLayerOptions class

Options for popup layer.

Inheritance

Constructors

PopupLayerOptions({MarkerWidgetBuilder? builder, Alignment alignment = Alignment.topCenter, bool rotate = true, Duration animationDuration = const Duration(milliseconds: 300), Curve animationCurve = Curves.easeOut, EdgeInsets? margin})
const

Properties

alignment → Alignment
Alignment of markers relative to their position.
finalinherited
animationCurve → Curve
Curve for popup animation.
final
animationDuration → Duration
Duration of popup animation.
final
builder → MarkerWidgetBuilder?
Custom builder for marker widgets.
finalinherited
hashCode → int
The hash code for this object.
no setteroverride
margin → EdgeInsets?
Margin around popup.
final
rotate → bool
Whether markers should rotate with the map.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({MarkerWidgetBuilder? builder, Alignment? alignment, bool? rotate, Duration? animationDuration, Curve? animationCurve, EdgeInsets? margin}) → PopupLayerOptions
override
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.
override