setTextColor method

Future<void> setTextColor(
  1. int textColor
)

The color with which the text will be drawn. Default value: "#000000".

Implementation

Future<void> setTextColor(int textColor) =>
    _annotationMessenger.setTextColor(id, textColor);