StepNotificationWidget constructor

const StepNotificationWidget({
  1. Key? key,
  2. required SurveyStep step,
})

Implementation

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