canContinue property
Whether the step can continue.
This can be used to prevent continuing on from a step until all parts of the current step meet validation requirements.
Implementation
@Input()
bool canContinue = true;
Whether the step can continue.
This can be used to prevent continuing on from a step until all parts of the current step meet validation requirements.
@Input()
bool canContinue = true;