S360fSelectableOption constructor
const
S360fSelectableOption({})
Implementation
const S360fSelectableOption({
required this.item,
required this.onTap,
this.onDisableTap,
super.key,
this.disabled = false,
this.selectedBorderColor = Colors.black,
this.selectedBackgroundColor = Colors.grey,
this.showCheckbox = false,
});