ActionPolylineOptions class
Options for action widget attached to a polyline.
- Inheritance
-
- Object
- PolylineOptions
- ActionPolylineOptions
Constructors
- ActionPolylineOptions({Alignment alignment = Alignment.topRight, bool rotate = true, Curve animationCurve = Curves.easeInOut, EdgeInsets? margin})
-
const
Properties
- alignment → Alignment
-
Alignment of action relative to polyline.
final
- animationCurve → Curve
-
Curve for action animation.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- margin → EdgeInsets?
-
Margin around action widget.
final
- rotate → bool
-
Whether action 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}) → ActionPolylineOptions -
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