action property

VoidCallback? action
final

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;