FastIapRestorePremiumButton constructor
const
FastIapRestorePremiumButton({
- Key? key,
- String? labelText,
- VoidCallback? onTap,
- FastButtonEmphasis emphasis = FastButtonEmphasis.low,
- bool expand = false,
Creates a new instance of FastIapRestorePremiumButton.
emphasis
defaults to FastButtonEmphasis.low
if not provided.
Implementation
const FastIapRestorePremiumButton({
super.key,
this.premiumProductId,
this.labelText,
this.onTap,
this.emphasis = FastButtonEmphasis.low,
this.expand = false,
});