fix : new bottom sheet
This commit is contained in:
@@ -44,23 +44,23 @@ class RootPage extends GetView<RootLogic> {
|
||||
sizing: StackFit.expand,
|
||||
),
|
||||
extendBody: true,
|
||||
bottomNavigationBar: BottomNavigation1(
|
||||
bottomNavigationBar: RBottomNavigation(
|
||||
items: [
|
||||
BottomNavigation1Item(
|
||||
RBottomNavigationItem(
|
||||
icon: Assets.vec.filterSvg.path,
|
||||
label: 'درخواستها',
|
||||
isSelected: currentIndex.value == 0,
|
||||
onTap: () => controller.changePage(0),
|
||||
),
|
||||
|
||||
BottomNavigation1Item(
|
||||
RBottomNavigationItem(
|
||||
icon: Assets.vec.mapSvg.path,
|
||||
label: 'نقشه',
|
||||
isSelected: currentIndex.value == 1,
|
||||
onTap: () => controller.changePage(1),
|
||||
),
|
||||
|
||||
BottomNavigation1Item(
|
||||
RBottomNavigationItem(
|
||||
icon: Assets.vec.profileUserSvg.path,
|
||||
label: 'پروفایل',
|
||||
isSelected: currentIndex.value == 2,
|
||||
|
||||
Reference in New Issue
Block a user