backgroundColor property

Color? backgroundColor
getter/setter pair

The background of chat message list items If you set the backgroundColor, the opacity setting will be overridden. You can use backgroundColor.withOpacity(0.5) to set the opacity of the background color.

Implementation

Color? backgroundColor;