CLNavTile constructor
const
CLNavTile({})
Implementation
const CLNavTile({
super.key,
required this.label,
required this.onTap,
this.iconBuilder,
this.trailing,
this.selected = false,
this.strongHover = false,
this.indent = 0,
});