PremiumPlanCard constructor

const PremiumPlanCard(
  1. {Key? key,
  2. String? title,
  3. String? amount,
  4. String? duration}
)

Implementation

const PremiumPlanCard({super.key, this.title, this.amount, this.duration});