TodayGroup constructor
const
TodayGroup({
- Key? key,
- TodayGroupType type = TodayGroupType.input,
- List<
TodayInput> ? inputs, - List<
TodayDropdown> ? selects, - TodayDropdown selectSample()?,
- String? label,
- String? description,
- bool disabled = false,
- TodayInput onInputAdded()?,
- void onInputRemoved(
- String uuid
- TodayDropdown onSelectAdded()?,
- void onSelectRemoved(
- String uuid
Implementation
const TodayGroup({
super.key,
this.type = TodayGroupType.input,
this.inputs,
this.selects,
this.selectSample,
this.label,
this.description,
this.disabled = false,
this.onInputAdded,
this.onInputRemoved,
this.onSelectAdded,
this.onSelectRemoved,
});