action property
The callback that is called when the button is tapped or otherwise activated.
This is called after the dialog has been popped.
Implementation
final VoidCallback? action;
The callback that is called when the button is tapped or otherwise activated.
This is called after the dialog has been popped.
final VoidCallback? action;