The opacity at which the text will be drawn. Default value: 1. Value range: 0, 1
0, 1
Future<void> setTextOpacity(double textOpacity) => _annotationMessenger.setTextOpacity(id, textOpacity);