completeSummary property

  1. @Input.new()
String? completeSummary
getter/setter pair

Summary text shown when the step is completed in a vertical default-sized stepper. For other steppers, this doesn't apply.

Implementation

@Input()
String? completeSummary;