DropdownItem constructor
const
DropdownItem({})
Implementation
const DropdownItem({
required this.label,
this.href,
this.onTap,
this.icon,
this.description,
this.disabled = false,
this.divider = false,
});