ZetaContactItem constructor
Constructs ZetaContactItem.
Implementation
const ZetaContactItem({
super.key,
super.rounded,
required this.title,
required this.leading,
required this.subtitle,
this.enabledDivider = true,
this.onTap,
this.explicitChildNodes = true,
});