Radio constructor
const
Radio({})
Implementation
const Radio({
required this.selected,
this.label,
this.description,
this.size = '20px',
this.selectedColor = '#10B981',
this.disabled = false,
});
const Radio({
required this.selected,
this.label,
this.description,
this.size = '20px',
this.selectedColor = '#10B981',
this.disabled = false,
});