Add Beneficiary Animations and Localizations

This commit is contained in:
2025-08-07 23:36:28 +05:30
parent a1365b19d5
commit ae40f61c01
19 changed files with 139 additions and 275 deletions

View File

@@ -35,7 +35,7 @@ class PreferenceScreen extends StatelessWidget {
//Color_Theme_Selection
ListTile(
leading: const Icon(Icons.color_lens),
title: const Text('Theme Color'),
title: Text(AppLocalizations.of(context).themeColor),
onTap: () {
showDialog(
context: context,