PopupPolylineOptions class
Options for popup attached to a polyline.
- Inheritance
-
- Object
- PolylineOptions
- PopupPolylineOptions
Constructors
- PopupPolylineOptions({Alignment alignment = Alignment.topCenter, bool rotate = true, Curve animationCurve = Curves.easeOut, EdgeInsets? margin})
-
const
Properties
- alignment → Alignment
-
Alignment of popup relative to polyline center.
final
- animationCurve → Curve
-
Curve for popup animation.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- margin → EdgeInsets?
-
Margin around popup.
final
- rotate → bool
-
Whether popup should rotate with map.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Alignment? alignment, bool? rotate, Curve? animationCurve, EdgeInsets? margin}) → PopupPolylineOptions -
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