S360fSelectableCard constructor
const
S360fSelectableCard({
- required String name,
- Key? key,
- String email = '',
- bool isCheckboxRequired = false,
- bool isChecked = false,
- String dropdownValue = '',
- bool? isMultiSelect = true,
- AvatarType userType = AvatarType.maleAdult,
- ValueChanged<
bool?> ? onCheckChanged, - S360fSelectableCardType cardType = S360fSelectableCardType.normal,
- ValueChanged<
String?> ? onClickCard, - ValueChanged<
String?> ? onChangeDropDown, - VoidCallback? onEdit,
- List? options,
Implementation
const S360fSelectableCard({
required this.name,
super.key,
this.email = '',
this.isCheckboxRequired = false,
this.isChecked = false,
this.dropdownValue = '',
this.isMultiSelect = true,
this.userType = AvatarType.maleAdult,
this.onCheckChanged,
this.cardType = S360fSelectableCardType.normal,
this.onClickCard,
this.onChangeDropDown,
this.onEdit,
this.options,
});