comment out other tools

This commit is contained in:
2025-07-10 13:18:35 +02:00
parent b244378a1d
commit 82e3126b0e

View File

@@ -59,16 +59,16 @@ class _MzansiDirectoryState extends State<MzansiDirectory> {
_selcetedIndex = 0;
});
};
temp[const Icon(Icons.person)] = () {
setState(() {
_selcetedIndex = 1;
});
};
temp[const Icon(Icons.business_center)] = () {
setState(() {
_selcetedIndex = 2;
});
};
// temp[const Icon(Icons.person)] = () {
// setState(() {
// _selcetedIndex = 1;
// });
// };
// temp[const Icon(Icons.business_center)] = () {
// setState(() {
// _selcetedIndex = 2;
// });
// };
return MihPackageTools(
tools: temp,
selcetedIndex: _selcetedIndex,