MembershipTable constructor
Implementation
const MembershipTable({
super.key,
required this.plans,
required this.showAll,
required this.myPlan,
required this.selectedPlan,
});
const MembershipTable({
super.key,
required this.plans,
required this.showAll,
required this.myPlan,
required this.selectedPlan,
});