The color with which the text will be drawn. Default value: "#000000".
Future<void> setTextColor(int textColor) => impl.setTextColor(textColor);