update icon for personal
This commit is contained in:
parent
11784a07ae
commit
2f30b2b64e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class _MzansiProfileState extends State<MzansiProfile> {
|
||||||
|
|
||||||
MihPackageTools getTools() {
|
MihPackageTools getTools() {
|
||||||
Map<Widget, void Function()?> temp = {};
|
Map<Widget, void Function()?> temp = {};
|
||||||
temp[const Icon(Icons.perm_identity)] = () {
|
temp[const Icon(Icons.person)] = () {
|
||||||
setState(() {
|
setState(() {
|
||||||
_selcetedIndex = 0;
|
_selcetedIndex = 0;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue