FastIapPurchasePremiumButtton constructor
const
FastIapPurchasePremiumButtton({
- Key? key,
- String? labelText,
- FastPlanBloc? planBloc,
- VoidCallback? onTap,
- bool expand = false,
Creates a new instance of FastIapPurchasePremiumButtton.
Implementation
const FastIapPurchasePremiumButtton({
super.key,
this.premiumProductId,
this.labelText,
this.planBloc,
this.onTap,
this.expand = false,
});