CircleOptions constructor

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

Implementation

external factory CircleOptions({
  String? pane,
  String? attribution,
  bool? interactive,
  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? radius,
});