PolylineOptions constructor
const
PolylineOptions({})
Creates a set of line configuration options.
By default, every non-specified field is null, meaning no desire to change line defaults or current configuration.
Implementation
const PolylineOptions({
this.polylineJoin,
this.polylineOpacity,
this.polylineColor,
this.polylineWidth,
this.polylineGapWidth,
this.polylineOffset,
this.polylineBlur,
this.polylinePattern,
this.geometry,
this.draggable,
});