setCircleOpacity method
- double circleOpacity
The opacity at which the circle will be drawn. Default value: 1. Value range: 0, 1
Implementation
Future<void> setCircleOpacity(double circleOpacity) =>
_annotationMessenger.setCircleOpacity(id, circleOpacity);