getTextOpacity method

Future<double?> getTextOpacity()

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

Implementation

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