@@ -101,7 +101,7 @@ class _ChatState extends State<Chat> {
101101 fontSize: 16.0 ,
102102 ),
103103 // Incoming content and shape of header of message
104- incomingBubbleContentBackgroundColor : const Color (0xffA1D6CB ),
104+ incomingMessageBackgroundColor : const Color (0xffA1D6CB ),
105105 incomingContentTextStyle: _buildTextStyle (_textTheme.bodyLarge! ,
106106 color: Colors .black, fontSize: 13.0 , fontWeight: FontWeight .w600),
107107 incomingPrimaryHeaderTextStyle: _buildTextStyle (
@@ -115,11 +115,11 @@ class _ChatState extends State<Chat> {
115115 color: Colors .blueGrey[900 ],
116116 fontSize: 11.0 ,
117117 ),
118- incomingBubbleContentShape : RoundedRectangleBorder (
118+ incomingMessageShape : RoundedRectangleBorder (
119119 borderRadius: BorderRadius .circular (20 ),
120120 ),
121121 // Outgoing content and shape of header of message
122- outgoingBubbleContentBackgroundColor :
122+ outgoingMessageBackgroundColor :
123123 const Color (0xffFF7F3E ).withValues (alpha: 0.8 ),
124124 outgoingContentTextStyle: _buildTextStyle (
125125 _textTheme.bodyLarge! ,
@@ -138,7 +138,7 @@ class _ChatState extends State<Chat> {
138138 color: Colors .black,
139139 fontSize: 11.0 ,
140140 ),
141- outgoingBubbleContentShape : RoundedRectangleBorder (
141+ outgoingMessageShape : RoundedRectangleBorder (
142142 borderRadius: BorderRadius .circular (40 ),
143143 ),
144144 ),
0 commit comments