onCancelButtonPressed property

VoidCallback? onCancelButtonPressed
final

Callback function to be called on when Cancel button is pressed.

By default (or if set to null) closes the Giff Dialog via Navigator.of(context).pop().

Implementation

final VoidCallback? onCancelButtonPressed;