result property

T Function() result
final

The callback that is called when the button is tapped or otherwise activated.

This is called when the dialog is popped, and its return value becomes the return value of PlatformDialog.show.

Implementation

final T Function() result;