fix: add required trailing comma
This commit is contained in:
parent
d2c2fd48d4
commit
dd891395c4
1 changed files with 2 additions and 1 deletions
|
|
@ -464,7 +464,8 @@ class Message extends StatelessWidget {
|
||||||
ignore: noBubble ||
|
ignore: noBubble ||
|
||||||
!ownMessage ||
|
!ownMessage ||
|
||||||
MediaQuery.highContrastOf(
|
MediaQuery.highContrastOf(
|
||||||
context),
|
context,
|
||||||
|
),
|
||||||
scrollController:
|
scrollController:
|
||||||
scrollController,
|
scrollController,
|
||||||
child: Container(
|
child: Container(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue