fix : new bottom sheet item
This commit is contained in:
@@ -54,16 +54,16 @@ class RootPage extends GetView<RootLogic> {
|
||||
initPage: controller.currentPage.value,
|
||||
items: [
|
||||
WaveBottomNavigationItem(
|
||||
title: 'بارها',
|
||||
icon: Assets.vec.truckFastSvg.svg(
|
||||
title: 'خرید',
|
||||
icon: Assets.vec.buySvg.svg(
|
||||
width: 32,
|
||||
height: 32,
|
||||
colorFilter: ColorFilter.mode(Colors.white, BlendMode.srcIn),
|
||||
),
|
||||
),
|
||||
WaveBottomNavigationItem(
|
||||
title: 'خارج استان',
|
||||
icon: Assets.vec.cubeSearchSvg.svg(
|
||||
title: 'فروش',
|
||||
icon: Assets.vec.saleSvg.svg(
|
||||
width: 32,
|
||||
height: 32,
|
||||
colorFilter: ColorFilter.mode(Colors.white, BlendMode.srcIn),
|
||||
|
||||
Reference in New Issue
Block a user