TodayArea constructor
const
TodayArea({})
Implementation
const TodayArea({
super.key,
this.value = '',
this.placeholder,
this.label,
this.optionalLabel,
this.description,
this.error = false,
this.errorMessage,
this.disabled = false,
this.onChanged,
this.onTapOutside,
});