aligned text to the left
This commit is contained in:
parent
da772f17cc
commit
8000475c1f
@ -37,6 +37,7 @@ class ChatMessage {
|
||||
return Padding(
|
||||
padding: const EdgeInsets.only(top: 5),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
CachedNetworkImage(
|
||||
errorWidget: (context, url, error) => Row(
|
||||
|
Loading…
x
Reference in New Issue
Block a user