PolylineHandleOptions class
Options for polyline editing handles.
Constructors
- PolylineHandleOptions({double size = 14.0, Color color = const Color(0xFFFFFFFF), Color borderColor = const Color(0xFF2196F3), double borderWidth = 2.0, Color activeColor = const Color(0xFF2196F3), Color activeBorderColor = const Color(0xFFFFFFFF), double activeBorderWidth = 2.0, double touchSizeFactor = 1.5})
-
const
Properties
- activeBorderColor → Color
-
Border color when active/dragging.
final
- activeBorderWidth → double
-
Border width when active/dragging.
final
- activeColor → Color
-
Fill color when active/dragging.
final
- borderColor → Color
-
Border color of the handle.
final
- borderWidth → double
-
Border width of the handle.
final
- color → Color
-
Fill color of the handle.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → double
-
Size of the handle.
final
- touchSizeFactor → double
-
Factor to increase touch area.
final
Methods
-
copyWith(
{double? size, Color? color, Color? borderColor, double? borderWidth, Color? activeColor, Color? activeBorderColor, double? activeBorderWidth, double? touchSizeFactor}) → PolylineHandleOptions -
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