setBackgroundColor16 method

void setBackgroundColor16(
  1. int color
)
inherited

Implementation

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