feat : add base home
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user