backgroundColor property
The color of the background behind the text.
The value of this attribute is a Color object. Use this attribute to specify the color of the background area behind the text. If you do not specify this attribute, no background color is drawn.
Implementation
Color? backgroundColor;