NavTile constructor
const
NavTile({})
Implementation
const NavTile({
required this.label,
this.icon,
this.onTap,
this.selected = false,
this.disabled = false,
this.badge,
super.key,
});
const NavTile({
required this.label,
this.icon,
this.onTap,
this.selected = false,
this.disabled = false,
this.badge,
super.key,
});