onStepContinue property Null safety
final
The callback called when the 'continue' button is tapped.
If null, the 'continue' button will be disabled.
Implementation
final VoidCallback? onStepContinue;
The callback called when the 'continue' button is tapped.
If null, the 'continue' button will be disabled.
final VoidCallback? onStepContinue;