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