StepNotificationWidget constructor
const
StepNotificationWidget({
- Key? key,
- required SurveyStep step,
Implementation
const StepNotificationWidget({
super.key,
required this.step,
});