Versione OK Pour l'onglet événements.

This commit is contained in:
DahoudG
2025-09-15 20:15:34 +00:00
parent 8a619ee1bf
commit 12d514d866
73 changed files with 11508 additions and 674 deletions

View File

@@ -43,7 +43,7 @@ class MembresViewControls extends StatelessWidget {
),
child: Text(
'$totalCount membre${totalCount > 1 ? 's' : ''}',
style: TextStyle(
style: const TextStyle(
fontSize: 12,
fontWeight: FontWeight.w500,
color: AppTheme.primaryColor,
@@ -72,7 +72,7 @@ class MembresViewControls extends StatelessWidget {
PopupMenuButton<String>(
initialValue: sortBy,
onSelected: onSortChanged,
icon: Icon(
icon: const Icon(
Icons.sort,
size: 20,
color: AppTheme.textSecondary,