RatingConfig
constructor(ratingViewStyle: RatingViewStyle = RatingViewStyle.CENTER, feedbackTextFieldType: FeedbackTextFieldType = FeedbackTextFieldType.DEFAULT, feedbackErrorMessage: String? = null, withFeedback: Boolean = false, feedbackOptional: Boolean = true, @IntRange(from = 3, to = 10) ratingOptionsCount: Int = DEFAULT_RATING_OPTIONS_COUNT, icons: LibIcons = DEFAULT_ICON_STYLE)