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