LineOptions class

Configuration options for Line instances.

When used to change configuration, null values will be interpreted as "do not change this configuration option".

Constructors

LineOptions({String? lineJoin, double? lineOpacity, String? lineColor, double? lineWidth, double? lineGapWidth, double? lineOffset, double? lineBlur, String? linePattern, List<LatLng>? geometry, bool? draggable})
Creates a set of line configuration options.
const

Properties

draggable bool?
final
geometry List<LatLng>?
final
hashCode int
The hash code for this object.
no setterinherited
lineBlur double?
final
lineColor String?
final
lineGapWidth double?
final
lineJoin String?
final
lineOffset double?
final
lineOpacity double?
final
linePattern String?
final
lineWidth double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith(LineOptions changes) LineOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toGeoJson() Map<String, dynamic>
toJson([bool addGeometry = true]) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

defaultOptions → const LineOptions