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