SelectionCard constructor
const
SelectionCard({})
Implementation
const SelectionCard({
super.key,
required this.title,
required this.subtitle,
required this.iconPath,
required this.isSelected,
required this.onTap,
});