Hi @Gagan6696.
If you want to change the menu button image on the user tap event, first of all, you need to update FanMenuButton model and switch image property to a variable.
Since you always know the menu button identifier, you can use onItemDidClick event handler, i.e.:
Hi @Gagan6696. If you want to change the menu button image on the user tap event, first of all, you need to update
FanMenuButton
model and switchimage
property to a variable. Since you always know the menu button identifier, you can useonItemDidClick
event handler, i.e.: