getLineOpacity method

Future<double?> getLineOpacity()

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

Implementation

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