TodayCheckbox constructor
const
TodayCheckbox({})
Implementation
const TodayCheckbox({
super.key,
this.label,
this.description,
this.value = TodayCheckboxValue.unchecked,
this.contained = false,
this.disabled = false,
this.disableAutoUpdate = false,
required this.onChanged,
this.fitted = true,
this.fittedTextWidth = 500,
this.detailsSpacing = true,
});