selectable message text #45

Merged
sarah merged 1 commits from bubblesel into trunk 2021-04-13 22:26:02 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class _MessageBubbleState extends State<MessageBubble> {
),
),
child: ListTile(
title: Text(
title: SelectableText(
Provider.of<MessageState>(context).message,
textAlign: TextAlign.left,
),