LabelFormDropDown constructor
LabelFormDropDown({})
Implementation
LabelFormDropDown({
Key? key,
required this.label,
required this.hint,
required this.controller,
required this.validator,
required this.labels,
this.isCohort = false,
}) : super(key: key);