setBackgroundColor256 method

void setBackgroundColor256(
  1. int index
)
inherited

Implementation

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