setBackgroundColor256 method

  1. @override
void setBackgroundColor256(
  1. int index
)
override

Implementation

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