optional property
Whether the step is optional. Optional steps have an extra label denoting that they're optional and should be skip-able. Default is false.
Implementation
@Input()
bool optional = false;
Whether the step is optional. Optional steps have an extra label denoting that they're optional and should be skip-able. Default is false.
@Input()
bool optional = false;