FlexDropdownMenuEntry<T> constructor
const
FlexDropdownMenuEntry<T> ({})
Creates an entry that is used with FlexDropdownMenuEntry.dropdownMenuEntries.
Implementation
const FlexDropdownMenuEntry({
required this.value,
required this.label,
this.labelWidget,
this.leadingIcon,
this.trailingIcon,
this.enabled = true,
this.style,
});