ExpandableDropdownTextfield<T> constructor
const
ExpandableDropdownTextfield<T> ({})
Implementation
const ExpandableDropdownTextfield({
Key? key,
required this.items,
this.defaultValue,
this.onExpandChanged,
required this.iconData,
this.onChanged,
this.validator,
required this.builder,
}) : super(key: key);