RateMyAppStarDialog constructor

const RateMyAppStarDialog(
  1. RateMyApp rateMyApp, {
  2. Key? key,
  3. required String title,
  4. required String message,
  5. required DialogContentBuilder contentBuilder,
  6. StarDialogActionsBuilder? actionsBuilder,
  7. required DialogStyle dialogStyle,
  8. required StarRatingOptions starRatingOptions,
})

Creates a new Rate my app star dialog.

Implementation

const RateMyAppStarDialog(
  this.rateMyApp, {
  super.key,
  required this.title,
  required this.message,
  required this.contentBuilder,
  this.actionsBuilder,
  required this.dialogStyle,
  required this.starRatingOptions,
});