CustomDropDownField constructor
const
CustomDropDownField({})
Implementation
const CustomDropDownField({
super.key,
required this.topOverlayPadding,
required this.leftOverlayPadding,
required this.isEnabled,
required this.dataList,
required this.onSelect,
this.initialController,
this.hintText,
this.labelText,
this.validator,
});