getTextColor method

Future<int?> getTextColor()

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

Implementation

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