You did an excellent job on this tutorial. I really liked the way that you showed a single button first and then added the rest of the buttons. This made the tutorial easier to follow.
Generally, to change the color of an icon (I'm not sure which one you're referring to), you add a color property. For example: Icon( Icons.menu, color: Colors.red )
You did an excellent job on this tutorial. I really liked the way that you showed a single button first and then added the rest of the buttons. This made the tutorial easier to follow.
Noted. Thank you for the detailed feedback.
THANK YOUUUUU❤❤🙏
This video helped me find something I've been looking for, for hours😭I
You're welcome 💯💯
May I ask what it was you had been looking for?
i already follow the tutorial, the value already change, but the blue one on left doesn't changed when i select a radio button, what am i missed?
thank so much Like and SUB , i have a question how to change the icon Color ? thanks in advance
Generally, to change the color of an icon (I'm not sure which one you're referring to), you add a color property. For example:
Icon( Icons.menu, color: Colors.red )
Nice, but mine failed to work. I got the error "'The method RadioMenuButton isn't defined for the type _NameOfMyClass. Try correcting the name
Make sure you have the 'flutter/material.dart' import at the top of the file.