StepRatingWidget constructor

const StepRatingWidget({
  1. Key? key,
  2. required SurveyStep<int> step,
})

Implementation

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