getTextColor method
The color with which the text will be drawn. Default value: "#000000".
Implementation
Future<int?> getTextColor() => messenger.getTextColor(id);
The color with which the text will be drawn. Default value: "#000000".
Future<int?> getTextColor() => messenger.getTextColor(id);