PolylineAnnotation constructor
PolylineAnnotation({})
Implementation
PolylineAnnotation({
required this.id,
required this.geometry,
this.lineJoin,
this.lineSortKey,
this.lineZOffset,
this.lineBlur,
this.lineBorderColor,
this.lineBorderWidth,
this.lineColor,
this.lineGapWidth,
this.lineOffset,
this.lineOpacity,
this.linePattern,
this.lineWidth,
});