setCircleOpacity method

Future<void> setCircleOpacity(
  1. double circleOpacity
)

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

Implementation

Future<void> setCircleOpacity(double circleOpacity) =>
    impl.setCircleOpacity(circleOpacity);