Changed Substring to full UTR No.

This commit is contained in:
2025-08-11 12:34:41 +05:30
parent f91d0f739b
commit 72862492c0

View File

@@ -566,7 +566,7 @@ class _DashboardScreenState extends State<DashboardScreen> {
title: Text( title: Text(
tx.name != null tx.name != null
? (tx.name!.length > 18 ? (tx.name!.length > 18
? tx.name!.substring(0, 20) ? tx.name!.substring(0, 22)
: tx.name!) : tx.name!)
: '', : '',
style: const TextStyle(fontSize: 14), style: const TextStyle(fontSize: 14),