setBackgroundColor method

void setBackgroundColor(
  1. Color value
)

Implementation

void setBackgroundColor(Color value) {
  _core.commands.writeBackgroundColorSet(value);
}