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