setBackgroundColor16 method

  1. @override
void setBackgroundColor16(
  1. int color
)
override

Implementation

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