Versione OK Pour l'onglet événements.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user