setForegroundColor16 method

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

Implementation

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