ArcaneNavLink constructor
const
ArcaneNavLink({})
Implementation
const ArcaneNavLink({
required this.label,
this.href,
this.onTap,
this.isActive = false,
this.showArrow = false,
super.key,
});
const ArcaneNavLink({
required this.label,
this.href,
this.onTap,
this.isActive = false,
this.showArrow = false,
super.key,
});