DDSFeedbackPopUpVariant2 constructor
const
DDSFeedbackPopUpVariant2({
- Key? key,
- String feedbackTitle = 'Rate us!',
- String feedbackDescription = 'How would you love this app?',
- String buttonLabel = 'No Thanks!',
- VoidCallback? onButtonPressed,
- double ratingSize = 42,
- Color ratingColor = const Color(0xFFFFC500),
- double initialRating = 5.0,
- Color? ratingBorderColor,
- double ratingEndIndent = 0.0,
- double ratingWidth = 1.0,
- double ratingHeight = 1.0,
- int ratingCount = 5,
- bool allowHalfRating = true,
- IconData? ratingFilledIcon,
- IconData? ratingHalfFilledIcon,
- IconData? ratingEmptyIcon,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center,
- ValueChanged<
double> ? onRatingChanged,
Implementation
const DDSFeedbackPopUpVariant2({
Key? key,
this.feedbackTitle = 'Rate us!',
this.feedbackDescription = 'How would you love this app?',
this.buttonLabel = 'No Thanks!',
this.onButtonPressed,
this.ratingSize = 42,
this.ratingColor = const Color(0xFFFFC500),
this.initialRating = 5.0,
this.ratingBorderColor,
this.ratingEndIndent = 0.0,
this.ratingWidth = 1.0,
this.ratingHeight = 1.0,
this.ratingCount = 5,
this.allowHalfRating = true,
this.ratingFilledIcon,
this.ratingHalfFilledIcon,
this.ratingEmptyIcon,
this.mainAxisAlignment = MainAxisAlignment.center,
this.onRatingChanged,
}) : super(key: key);