NiceDropDownBox<T> constructor
const
NiceDropDownBox<T> ({})
Implementation
const NiceDropDownBox({
super.key,
required this.contentBuilder,
this.value,
this.displayBuilder,
this.label,
this.hint,
this.errorText,
this.enabled = true,
this.dropdownWidth,
this.dropdownHeight = 300,
});