backgroundColor property
The color for the text symbol background.
The default value is transparent.
Implementation
Color get backgroundColor => _backgroundColor.value;
Implementation
set backgroundColor(Color value) => _backgroundColor.value = value;