selectable balance text

This commit is contained in:
julian 2022-12-14 09:11:24 -06:00
parent a2d6823ee9
commit cf82374a0c

View file

@ -164,7 +164,7 @@ class _WalletSummaryInfoState extends State<WalletSummaryInfo> {
const Spacer(),
FittedBox(
fit: BoxFit.scaleDown,
child: Text(
child: SelectableText(
"${Format.localizedStringAsFixed(
value: balanceToShow,
locale: locale,