ActionLayerOptions class

Options for action layer (edit mode actions).

Inheritance

Constructors

ActionLayerOptions({MarkerWidgetBuilder? builder, Alignment alignment = Alignment.topRight, bool rotate = true, Duration animationDuration = const Duration(milliseconds: 150), Curve animationCurve = Curves.easeInOut, EdgeInsets? margin})
const

Properties

alignment Alignment
Alignment of markers relative to their position.
finalinherited
animationCurve Curve
Curve for action animation.
final
animationDuration Duration
Duration of action animation.
final
builder MarkerWidgetBuilder?
Custom builder for marker widgets.
finalinherited
hashCode int
The hash code for this object.
no setteroverride
margin EdgeInsets?
Margin around action widget.
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}) ActionLayerOptions
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