backgroundColor property

String backgroundColor
final

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;