getCircleStrokeOpacity method

Future<double?> getCircleStrokeOpacity()

The opacity of the circle's stroke. Default value: 1. Value range: 0, 1

Implementation

Future<double?> getCircleStrokeOpacity() =>
    _annotationMessenger.getCircleStrokeOpacity(id);