FitSelectableCard constructor
const
FitSelectableCard({})
Creates a new FitSelectableCard
Implementation
const FitSelectableCard({
super.key,
this.onTap,
this.selected = false,
required this.title,
required this.description,
});