StsInstructionsStepUI constructor

const StsInstructionsStepUI({
  1. Key? key,
  2. required StsInstructionsStep step,
})

Implementation

const StsInstructionsStepUI({super.key, required this.step});