TUISelectionCard constructor
const
TUISelectionCard({})
Implementation
const TUISelectionCard({
super.key,
required this.style,
this.isSelected = false,
this.showChevron = false,
this.icon,
this.badgeCount,
this.badgeColor,
this.isHovered = false,
this.action,
});