ArrowLinkProps.pill constructor
const
ArrowLinkProps.pill({})
Creates a pill-style arrow link (button-like with background).
Implementation
const ArrowLinkProps.pill({
required this.label,
this.href,
this.size = ArrowLinkSize.sm,
this.showArrow = true,
this.arrowBefore = false,
this.accent = true,
this.onTap,
this.animateArrow = true,
}) : variant = ArrowLinkVariant.pill;