FastIapPurchasePremiumButtton constructor

const FastIapPurchasePremiumButtton({
  1. Key? key,
  2. String? premiumProductId,
  3. String? labelText,
  4. FastPlanBloc? planBloc,
  5. VoidCallback? onTap,
  6. 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,
});