DropDownWidget constructor
DropDownWidget({})
Implementation
DropDownWidget(
{Key? key,
required this.name,
required this.id,
required this.values,
required this.description,
required this.onValueChanged,
this.chosenValue,
this.dateBuilder,
this.time,
required this.isBeforeHeader})
: super(key: key) {
}