menu
generic_map package
documentation
interfaces/polyline_layer.dart
PolyLineLayer
PolyLineLayer.new constructor
PolyLineLayer.new constructor
dark_mode
light_mode
PolyLineLayer
constructor
PolyLineLayer
(
{
required
List
<
LatLng
>
points
,
Color
?
color
,
double
?
width
,
required
List
<
Color
>
gradientColors
,
})
Implementation
PolyLineLayer({ required this.points, this.color, this.width, required this.gradientColors, });
generic_map package
documentation
interfaces/polyline_layer
PolyLineLayer
PolyLineLayer.new constructor
PolyLineLayer class