CustomSelectCard constructor
const
CustomSelectCard({
- required int index,
- required int itemCount,
- required Widget child,
- required bool checkboxValue,
- required ValueChanged<
bool?> ? onCheckboxChanged, - Color? color,
- ShapeBorder? shape,
- Key? key,
SelectCard 选择卡片组件
Implementation
const CustomSelectCard({
required this.index,
required this.itemCount,
required this.child,
required this.checkboxValue,
required this.onCheckboxChanged,
this.color,
this.shape,
super.key,
});