complete property
Whether the step is completed.
This is set when the stepper goes to the next step.
Implementation
@Input()
bool complete = false;
Whether the step is completed.
This is set when the stepper goes to the next step.
@Input()
bool complete = false;