SurveyQuestionRating constructor

const SurveyQuestionRating({
  1. required String title,
  2. required dynamic handle,
  3. required bool isReq,
  4. Color? requiredcolor,
  5. Color? textcolorsurvey,
  6. Key? key,
})

Implementation

const SurveyQuestionRating(
    {required this.title,
    required this.handle,
    required this.isReq,
    this.requiredcolor,
    this.textcolorsurvey,
    super.key});