setForegroundColor256 method

void setForegroundColor256(
  1. int index
)
inherited

Implementation

void setForegroundColor256(int index) {
  _cursorStyle.setForegroundColor256(index);
}