TodayRadio constructor
const
TodayRadio({
- Key? key,
- String? label,
- String? description,
- required TodayRadioValue value,
- required TodayRadioValue groupValue,
- bool contained = false,
- bool disabled = false,
- bool disableAutoUpdate = false,
- required dynamic onChanged(),
- bool fitted = true,
- double fittedTextWidth = 0,
- bool detailsSpacing = true,
- TodayBadge? badge,
Implementation
const TodayRadio({
super.key,
this.label,
this.description,
required this.value,
required this.groupValue,
this.contained = false,
this.disabled = false,
this.disableAutoUpdate = false,
required this.onChanged,
this.fitted = true,
this.fittedTextWidth = 0,
this.detailsSpacing = true,
this.badge,
});