Début page calendrier

This commit is contained in:
2025-05-15 20:42:49 +02:00
parent b8e4f39e4c
commit 72bb8f03de
13 changed files with 981 additions and 39 deletions

View File

@ -56,7 +56,7 @@ class ProfilePictureWidget extends StatelessWidget {
child: SizedBox(
width: radius * 0.8, // Ajuster la taille du loader
height: radius * 0.8,
child: CircularProgressIndicator(
child: const CircularProgressIndicator(
strokeWidth: 2), // Indicateur de chargement
),
);

View File

@ -43,7 +43,7 @@ class _ProfilePictureSelectorState extends State<ProfilePictureSelector> {
Container(
width: 160,
height: 160,
decoration: BoxDecoration(
decoration: const BoxDecoration(
color: Colors.black54,
shape: BoxShape.circle,
),