setLineOpacity method

Future<void> setLineOpacity(
  1. double lineOpacity
)

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

Implementation

Future<void> setLineOpacity(double lineOpacity) =>
    _annotationMessenger.setLineOpacity(id, lineOpacity);