PremiumCheckoutScreen constructor

const PremiumCheckoutScreen(
  1. {Key? key,
  2. PlanListData? planData}
)

Implementation

const PremiumCheckoutScreen({super.key, this.planData});