onCancelled property

ValueChanged<String>? onCancelled
final

Callback triggered when the user cancels the signature.

Provides a string message ("cancel signature").

Implementation

final ValueChanged<String>? onCancelled;