MultiStepStep constructor

MultiStepStep({
  1. String? debugLabel,
  2. required List steps,
})

Implementation

MultiStepStep({
  this.debugLabel,
  required this.steps,
});