Add Beneficiary Animations and Localizations
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user