PolylineOptions constructor

PolylineOptions({
  1. bool? stroke,
  2. String? color,
  3. double? weight,
  4. double? opacity,
  5. String? lineCap,
  6. String? lineJoin,
  7. String? dashArray,
  8. String? dashOffset,
  9. bool? fill,
  10. String? fillColor,
  11. double? fillOpacity,
  12. String? fillRule,
  13. Renderer? renderer,
  14. String? className,
  15. double? smoothFactor,
  16. bool? noClip,
})

Implementation

external factory PolylineOptions({
  bool? stroke,
  String? color,
  double? weight,
  double? opacity,
  String? lineCap,
  String? lineJoin,
  String? dashArray,
  String? dashOffset,
  bool? fill,
  String? fillColor,
  double? fillOpacity,
  String? fillRule,
  Renderer? renderer,
  String? className,
  double? smoothFactor,
  bool? noClip,
});