RadioCards<T> constructor
const
RadioCards<T> ({})
Implementation
const RadioCards({
required this.items,
this.value,
this.onChanged,
this.gap = 12,
this.wrap = true,
this.cardWidth,
super.key,
});