button.setStyle(“buttonColor”, 0xFF0000);
why cannot change face color of the button, but font color can be changed by
button.setStyle(“color”, 0xFF0000);
button.setStyle(“buttonColor”, 0xFF0000);
why cannot change face color of the button, but font color can be changed by
button.setStyle(“color”, 0xFF0000);
:: Copyright KIRUPA 2024 //--