DGHubAppBarListItem constructor
const
DGHubAppBarListItem({})
Implementation
const DGHubAppBarListItem(
{required this.onTap,
required this.label,
required this.children,
required this.selected,
super.key});