DropdownWidget constructor
const
DropdownWidget({
- Key? key,
- List<
String> ? items, - ValueChanged<
String> ? itemCallBack, - String? currentItem,
- String? hintText,
- String? title,
- FormFieldValidator? validator,
Implementation
const DropdownWidget({
Key? key,
this.items,
this.itemCallBack,
this.currentItem,
this.hintText,
this.title,
this.validator
}): super(key: key);