DropdownField<T> constructor
const
DropdownField<T> ({})
Implementation
const DropdownField({
Key? key,
required this.items,
required this.selectedItem,
required this.itemAsString,
required this.labelText,
required this.onChanged,
this.validator,
}) : super(key: key);