ArrowLinkProps constructor
const
ArrowLinkProps({})
Implementation
const ArrowLinkProps({
required this.label,
this.href,
this.size = ArrowLinkSize.sm,
this.showArrow = true,
this.arrowBefore = false,
this.accent = true,
this.onTap,
});