UnlockFeatureDialog constructor
const
UnlockFeatureDialog({})
Implementation
const UnlockFeatureDialog({
super.key,
required super.theme,
required this.product,
this.subscriptionProduct,
this.hasSubscription = false,
required this.onPurchasePressed,
this.onSubscriptionPressed,
this.onClosePressed,
});