iconActionsMenuList top-level property
Implementation
List<MenuModel> iconActionsMenuList = <MenuModel>[
MenuModel(title: '${tr('nav_Recherche')}', actionsMenu: ActionsMenu.recherche, icon: Icons.search_rounded),
MenuModel(title: '${tr('label_active_2eme_version_bible')}', actionsMenu: ActionsMenu.active2Version, icon: Icons.horizontal_split),
MenuModel(title: '${tr('label_Parametres_de_lecture')}', actionsMenu: ActionsMenu.parametreDeLecture, icon: Icons.settings_applications_rounded),
];