getTextColor method

Future<int?> getTextColor()

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

Implementation

Future<int?> getTextColor() => _annotationMessenger.getTextColor(id);