setButtonBackground method
Set Button Background
Implementation
void setButtonBackground(Color value) {
if (_buttonBackground != value) {
_buttonBackground = value;
_state?.refresh();
}
}
Set Button Background
void setButtonBackground(Color value) {
if (_buttonBackground != value) {
_buttonBackground = value;
_state?.refresh();
}
}