backgroundColor property

Color backgroundColor

The color for the text symbol background.

The default value is transparent.

Implementation

Color get backgroundColor => _backgroundColor.value;
void backgroundColor=(Color value)

Implementation

set backgroundColor(Color value) => _backgroundColor.value = value;