setBackgroundColorRgb method

  1. @override
void setBackgroundColorRgb(
  1. int r,
  2. int g,
  3. int b
)
override

Implementation

@override
void setBackgroundColorRgb(int r, int g, int b) {
  _cursorStyle.setBackgroundColorRgb(r, g, b);
}