This commit is contained in:
Hamza-Ayed
2024-12-17 00:41:00 +03:00
parent e0c242bd77
commit 8813b4dccd
10 changed files with 334 additions and 301 deletions

View File

@@ -81,7 +81,7 @@ class MyDialogContent extends GetxController {
onPressed: () async {
await textToSpeechController.speakText(title);
},
child: const Icon(CupertinoIcons.headphones,
child: const Icon(CupertinoIcons.speaker_2,
color: AppColor.primaryColor),
),
content!