FastIapPremiumPage constructor
const
FastIapPremiumPage({
- Key? key,
- bool shouldSortItems = false,
- bool showAppBar = true,
- String? restorePremiumText,
- VoidCallback? onRestorePremium,
- VoidCallback? onBuyPremium,
- String? titleText,
- List<
FastItem> ? items, - Widget? icon,
Implementation
const FastIapPremiumPage({
super.key,
required this.premiumProductId,
this.shouldSortItems = false,
this.showAppBar = true,
this.restorePremiumText,
this.onRestorePremium,
this.onBuyPremium,
this.titleText,
this.items,
this.icon,
});