DropDownMenuItemNew<T> constructor
DropDownMenuItemNew<T> ({})
Implementation
DropDownMenuItemNew({
Key? key,
this.value,
this.onItemChanged, // Initialize the callback
this.displayName,
this.selectedList,
this.onTap,
this.isMultiSelect = false,
this.isChecked = false,
this.optionFontFamily,
this.dropdownMenuItemFontColor,
this.isSelected = false,
this.initialList,
});