getCircleOpacity method

Future<double?> getCircleOpacity()

The opacity at which the circle will be drawn. Default value: 1. Value range: 0, 1

Implementation

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