Open SapiensID opened 5 years ago
That's because the FabMiniItems are StatelessWidgets, and cannot be changed after its creation.
ok, good to know. Thanks for your reply.
Have you tried changing the behaviour of the FabMini itself? Right now it does a ripple effect, but maybe you can change it.
I'm actually working on making the fabMini stateful. I'll let you know when I have it working.
I trying to change the color of the selected FabMiniMenuItem. My code is below. I do see that when I tap on a menu item, the FabDialer calls the method to create each menu item, and the color of each menu item is set correctly (red for the selected "currentMap", blue for the others). However, the FabDialer widget fails to show the new color:
Perhaps my implementation is incorrect and I need to change something. I would appreciate some help.