From 40a3d7c193344fe366601e7d11d924ff4317e0de Mon Sep 17 00:00:00 2001 From: alzalia1 Date: Mon, 18 Aug 2025 23:09:10 +0200 Subject: [PATCH] fix: small type --- lib/ui/home_page/widgets/home_page.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/ui/home_page/widgets/home_page.dart b/lib/ui/home_page/widgets/home_page.dart index f365a74..adc6684 100644 --- a/lib/ui/home_page/widgets/home_page.dart +++ b/lib/ui/home_page/widgets/home_page.dart @@ -24,10 +24,7 @@ class _HomePageState extends State { var format = DateFormat("dd MMM yyyy", "fr"); return Scaffold( bottomNavigationBar: AppNavigationBar(startIndex: 0), - appBar: AppBar( - title: Text("Home"), - actions: [IconButton(onPressed: () {}, icon: Icon(Icons.more_vert))], - ), + appBar: AppBar(title: Text("Gestion des BALs")), body: ListenableBuilder( listenable: widget.viewModel, builder: (context, child) {