Skip to content

Commit

Permalink
enlever repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
FeloxleF committed Apr 16, 2024
1 parent a910dd4 commit 35a08c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Screens/tasklist.dart
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,16 @@ Widget build(BuildContext context) {
List<dynamic> items = snapshot.data!;
return Column(
children: <Widget>[
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(
Expand Down

0 comments on commit 35a08c0

Please sign in to comment.