Initilized the Blinds View and its animations

This commit is contained in:
Mohammad Salameh
2024-05-01 10:33:24 +03:00
parent d802c2e045
commit c04e64b613
14 changed files with 333 additions and 56 deletions

View File

@ -322,7 +322,7 @@ List<Map<String, Object>> menuSections = [
},
{
'title': 'Clear Cache',
'Icon': Assets.generalSettingsIconsClearCache,
'Icon': Assets.generalSettingsIconsClearCach,
'page': null
},
],
@ -345,7 +345,7 @@ List<Map<String, Object>> menuSections = [
{'title': 'FAQs', 'Icon': Assets.messagesCenterIconsFAQs, 'page': null},
{
'title': 'Help & Feedback',
'Icon': Assets.messagesCenterIconsHelpAndFeedbacks,
'Icon': Assets.messagesCenterIconsHelpAndFeedback,
'page': null
},
],