getIconOpacity method

Future<double?> getIconOpacity()

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

Implementation

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