Provide three styles of message

This commit is contained in:
2025-09-23 19:05:44 +08:00
parent 38f8103265
commit cb2af379fa
5 changed files with 689 additions and 271 deletions

View File

@@ -41,7 +41,7 @@ class MessageListTile extends StatelessWidget {
sender: sender,
createdAt: message.createdAt,
textColor: Theme.of(context).colorScheme.onSurfaceVariant,
compact: true,
showAvatar: false,
),
const SizedBox(height: 4),
MessageContent(item: remoteMessage),