DropdownWidget<T> constructor
DropdownWidget<T> ({})
Implementation
DropdownWidget({
super.key,
this.dropdownValue,
required this.itemList,
required this.onPressed,
this.showSelected = false,
required this.hintText,
this.initialSelectedValue,
this.icon = const Icon(
Icons.more_vert,
),
this.isIconButton = false,
this.itemToString,
});