ZetaDropdownListItem constructor
Creates a new ZetaDropdownListItem
Implementation
const ZetaDropdownListItem({
super.key,
super.rounded,
required this.primaryText,
required this.items,
this.secondaryText,
this.expanded = false,
this.leading,
this.showDivider,
this.semanticLabel,
});