AppStackMenuItem constructor
AppStackMenuItem({})
Implementation
AppStackMenuItem(
{required this.label,
required this.location,
required this.icon,
this.itemBuilder,
this.badge,
this.matchLocations = const []});