complete property

  1. @Input.new()
bool complete
getter/setter pair

Whether the step is completed.

This is set when the stepper goes to the next step.

Implementation

@Input()
bool complete = false;