onStepCancel property
final
The callback called when the 'cancel' button is tapped.
If null, the 'cancel' button will be disabled.
Implementation
final VoidCallback? onStepCancel;
The callback called when the 'cancel' button is tapped.
If null, the 'cancel' button will be disabled.
final VoidCallback? onStepCancel;