ExampleWizard constructor

const ExampleWizard({
  1. Key? key,
})

Implementation

const ExampleWizard({
  super.key,
});