SelectableCards constructor
const
SelectableCards({})
Implementation
const SelectableCards({
super.key,
required this.children,
required this.onSelected,
this.defaultSelectedIndex,
this.isMultipleSelection = false,
this.layout = const LayoutWrap(),
});