resetForeground method
void
resetForeground()
inherited
Implementation
void resetForeground() {
final normalTextColor = _assignedColors[1];
if (normalTextColor == null) {
_cursorStyle.resetForegroundColor();
return;
}
_cursorStyle.foreground = _namedColor(normalTextColor.foreground);
}