chore: allow users to highlight main word in word card
This commit is contained in:
parent
b1dbf0cf37
commit
db5bc50694
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class WordZoomWidget extends StatelessWidget {
|
||||||
minHeight: 40.0,
|
minHeight: 40.0,
|
||||||
),
|
),
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
child: Text(
|
child: SelectableText(
|
||||||
token.content,
|
token.content,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue