setForegroundColor16 method

void setForegroundColor16(
  1. int color
)
inherited

Implementation

void setForegroundColor16(int color) {
  _cursorStyle.setForegroundColor16(color);
}