RadioOption<T> constructor
const
RadioOption<T> ({})
Implementation
const RadioOption({
required this.value,
required this.label,
this.description,
this.disabled = false,
this.icon,
this.id,
});