Merge pull request 'selectable message text' (#45) from bubblesel into trunk
continuous-integration/drone/push Build is failing Details

Reviewed-on: #45
This commit is contained in:
Sarah Jamie Lewis 2021-04-13 15:26:01 -07:00
commit 1d98f57cad
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,
),