DropdownMenuItem<T> constructor
Creates a DropdownMenuItem with the given value and label.
Implementation
const DropdownMenuItem({
required this.value,
required this.label,
this.enabled = true,
});
Creates a DropdownMenuItem with the given value and label.
const DropdownMenuItem({
required this.value,
required this.label,
this.enabled = true,
});