DropdownOption constructor
Creates a new DropdownOption instance.
Implementation
const DropdownOption({
required this.value,
required this.label,
});
Creates a new DropdownOption instance.
const DropdownOption({
required this.value,
required this.label,
});