comment out other tools
This commit is contained in:
parent
b244378a1d
commit
82e3126b0e
1 changed files with 10 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue