PlansCard constructor
const
PlansCard({})
Implementation
const PlansCard(
{super.key,
required this.plan,
required this.selected,
required this.index,
required this.onTap,
required this.isMobile});