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