contact arabic in drawer

This commit is contained in:
Kalonkarthik 2025-03-14 12:37:59 +05:30
parent b9c940ef4f
commit fdf2cb70c4

View File

@ -989,7 +989,7 @@ class _BaseScaffoldState extends ConsumerState<BaseScaffold> {
), ),
ListTile( ListTile(
leading: Icon(Icons.mail_outlined), leading: Icon(Icons.mail_outlined),
title: const Text('Contact'), title: Text(context.translate('Contact','اتصل'),),
onTap: () => context.push('/contact'), onTap: () => context.push('/contact'),
), ),
if (userId != 'guest') if (userId != 'guest')