setBackgroundColor method
Sets the terminal background color to color.
Implementation
void setBackgroundColor(Color color) {
_checkNotDisposed();
_bindings.setBackgroundColor(_handle, color);
}
Sets the terminal background color to color.
void setBackgroundColor(Color color) {
_checkNotDisposed();
_bindings.setBackgroundColor(_handle, color);
}