setTextOpacity abstract method

Future<void> setTextOpacity(
  1. double textOpacity
)

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

Implementation

Future<void> setTextOpacity(double textOpacity);