S360fSelectableOptionItem constructor
S360fSelectableOptionItem({})
Implementation
S360fSelectableOptionItem({
required this.value,
required this.label,
this.iconColor,
this.icon,
this.isSelected = false,
});