setBackgroundColor method

void setBackgroundColor(
  1. Color color
)

Implementation

void setBackgroundColor(Color color) {
  _backgroundColor = color;
  _state?.refresh();
  onChanged();
}