PolyLineLayer constructor
PolyLineLayer({})
Implementation
PolyLineLayer({
this.id,
required this.points,
this.color,
this.width,
required this.gradientColors,
this.editable = false,
});
PolyLineLayer({
this.id,
required this.points,
this.color,
this.width,
required this.gradientColors,
this.editable = false,
});