FastIapThankPremiumPage constructor

const FastIapThankPremiumPage({
  1. Key? key,
  2. required String premiumProductId,
  3. bool shouldSortItems = false,
  4. bool showAppBar = true,
  5. String? restorePremiumText,
  6. VoidCallback? onRestorePremium,
  7. String? titleText,
  8. List<FastItem>? items,
  9. Widget? icon,
})

Implementation

const FastIapThankPremiumPage({
  super.key,
  required this.premiumProductId,
  this.shouldSortItems = false,
  this.showAppBar = true,
  this.restorePremiumText,
  this.onRestorePremium,
  this.titleText,
  this.items,
  this.icon,
});