fix : card Icon color and svg -> Poultry Action
This commit is contained in:
@@ -11,13 +11,25 @@ class PoultryActionItem {
|
|||||||
|
|
||||||
class PoultryActionLogic extends GetxController {
|
class PoultryActionLogic extends GetxController {
|
||||||
RxList<PoultryActionItem> items = [
|
RxList<PoultryActionItem> items = [
|
||||||
PoultryActionItem(title: "بازرسی", route: ChickenRoutes.inspectionPoultryScience,icon: Assets.vec.cubeSearchSvg.path),
|
PoultryActionItem(
|
||||||
PoultryActionItem(title: "ثبت کشتار", route: ChickenRoutes.killingRegistrationPoultryScience,icon: Assets.vec.noteRemoveSvg.path),
|
title: "بازرسی",
|
||||||
PoultryActionItem(title: "فارم ها", route: ChickenRoutes.farmPoultryScience,icon: Assets.vec.cubeScanSvg.path),
|
route: ChickenRoutes.inspectionPoultryScience,
|
||||||
PoultryActionItem(title: "جوجه ریزی فعال", route: ChickenRoutes.activeHatchingPoultryScience,icon: Assets.vec.boxTickSvg.path),
|
icon: Assets.vec.cubeSearchSvg.path,
|
||||||
|
),
|
||||||
|
PoultryActionItem(
|
||||||
|
title: "ثبت کشتار",
|
||||||
|
route: ChickenRoutes.killingRegistrationPoultryScience,
|
||||||
|
icon: Assets.vec.noteRemoveSvg.path,
|
||||||
|
),
|
||||||
|
PoultryActionItem(
|
||||||
|
title: "فارم ها",
|
||||||
|
route: ChickenRoutes.farmPoultryScience,
|
||||||
|
icon: Assets.vec.cubeScanSvg.path,
|
||||||
|
),
|
||||||
|
PoultryActionItem(
|
||||||
|
title: "جوجه ریزی فعال",
|
||||||
|
route: ChickenRoutes.activeHatchingPoultryScience,
|
||||||
|
icon: Assets.vec.boxTickSvg.path,
|
||||||
|
),
|
||||||
].obs;
|
].obs;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user