ActivePolylineOptions constructor

const ActivePolylineOptions({
  1. Color? color,
  2. double? strokeWidth,
  3. double? borderStrokeWidth,
  4. Color? borderColor,
  5. List<Color>? gradientColors,
  6. StrokePattern? pattern,
})

Implementation

const ActivePolylineOptions({
  this.color,
  this.strokeWidth,
  this.borderStrokeWidth,
  this.borderColor,
  this.gradientColors,
  this.pattern,
});