WizardStep constructor

const WizardStep({
  1. required String key,
  2. String? description,
})

Creates a wizard step.

Implementation

const WizardStep({required this.key, this.description});