feat : add base home

This commit is contained in:
Yaël Perret
2024-11-08 18:23:29 +01:00
parent cd04c7c2c4
commit 2b143bd884
43 changed files with 95 additions and 111 deletions

View File

@@ -17,12 +17,6 @@ class MainView extends StackedView<MainViewModel> {
) {
return Scaffold(
appBar: AppBar(
/*title: Text(
'Bahla',
style: Theme.of(context).textTheme.headlineMedium!.copyWith(
color: Theme.of(context).colorScheme.inverseSurface,
),
),*/
title: Row(
mainAxisAlignment: MainAxisAlignment.start,
children: [
@@ -43,6 +37,7 @@ class MainView extends StackedView<MainViewModel> {
width: 0.2,
),
),
),
backgroundColor: Theme.of(context).colorScheme.background,
bottomNavigationBar: BottomNavigationBar(