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