aligned text to the left

This commit is contained in:
Lars Neuhaus 2025-06-16 16:07:04 +02:00
parent da772f17cc
commit 8000475c1f

View File

@ -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(