feat : New listing + MainView
This commit is contained in:
@@ -37,7 +37,6 @@ class MainView extends StackedView<MainViewModel> {
|
||||
width: 0.2,
|
||||
),
|
||||
),
|
||||
|
||||
),
|
||||
backgroundColor: Theme.of(context).colorScheme.background,
|
||||
bottomNavigationBar: BottomNavigationBar(
|
||||
@@ -52,7 +51,6 @@ class MainView extends StackedView<MainViewModel> {
|
||||
BottomNavigationBarItem(
|
||||
icon: Icon(Icons.home),
|
||||
label: 'Home',
|
||||
|
||||
),
|
||||
BottomNavigationBarItem(
|
||||
icon: Icon(Icons.search),
|
||||
|
||||
Reference in New Issue
Block a user