backgroundColor property
The main background color of the button.
Accepts a valid CSS color string (e.g., #007cba, rgb(255, 0, 0), or transparent).
Implementation
final String backgroundColor;
The main background color of the button.
Accepts a valid CSS color string (e.g., #007cba, rgb(255, 0, 0), or transparent).
final String backgroundColor;