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