fix :
1 - labelIcon Farm -> poultry science chore : remove duplicate svg -> core
This commit is contained in:
@@ -14,7 +14,7 @@ class FarmPage extends GetView<FarmLogic> {
|
||||
routes: controller.routes,
|
||||
hasFilter: false,
|
||||
hasSearch: false,
|
||||
onBackPressed: () => Get.back(id:0),
|
||||
onBackPressed: () => Get.back(id: 0),
|
||||
widgets: [firstTagInformation(), farmListWidget()],
|
||||
);
|
||||
}
|
||||
@@ -55,7 +55,7 @@ class FarmPage extends GetView<FarmLogic> {
|
||||
child: itemListWidget(item),
|
||||
secondChild: itemListExpandedWidget(item),
|
||||
labelColor: AppColor.blueLight,
|
||||
labelIcon: Assets.vec.checkSquareSvg.path,
|
||||
labelIcon: Assets.vec.cubeScanSvg.path,
|
||||
);
|
||||
}, controller.isExpandedList);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user