backgroundColor property

Color? backgroundColor
final

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

final Color? backgroundColor;