Greetings everyone I'm new to flutter I need help implementing the simple feature of the Dialog.
- I have a listTile consisting of members with different roles (Tressure, Secretary, Chair Person, and Ordinary Member)
- Firstly I want to create an Alert dialog so that when I click on each listTile the dialog should pop up with the title "Change Member role" and below it should be the selectable options to set the selected option to the listTile
- I need help creating the Alert dialog with these options and how to go about setting the text for the selected option to ListTile.
- below is the link where I found the design, now I need the source code to implement the code