From 35a08c083240c2b18ee4c7234ad5dcb3e9d9ebac Mon Sep 17 00:00:00 2001 From: felix Date: Tue, 16 Apr 2024 16:02:25 -0400 Subject: [PATCH] enlever repetition --- lib/Screens/tasklist.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Screens/tasklist.dart b/lib/Screens/tasklist.dart index ce8e79b..5d3fe55 100644 --- a/lib/Screens/tasklist.dart +++ b/lib/Screens/tasklist.dart @@ -253,14 +253,16 @@ Widget build(BuildContext context) { List items = snapshot.data!; return Column( children: [ + const SizedBox(height: 20), const Text( - 'Emploi du temps de la semaine', + 'Liste des activitées', style: TextStyle( fontWeight: FontWeight.bold, fontSize: 20, fontFamily: 'Arial', ), ), + const SizedBox(height: 30), Expanded( child: ListView.builder(