void setColor(Color backgroundColor, Color foregroundColor) { updateValue( value.copyWith( backgroundColor: backgroundColor, foregroundColor: foregroundColor, ), ); }