ArrowLinkProps constructor
const
ArrowLinkProps({
- required String label,
- String? href,
- ArrowLinkSize size = ArrowLinkSize.sm,
- bool showArrow = true,
- bool arrowBefore = false,
- bool accent = true,
- void onTap()?,
- ArrowLinkVariant variant = ArrowLinkVariant.inline,
- bool animateArrow = false,
Implementation
const ArrowLinkProps({
required this.label,
this.href,
this.size = ArrowLinkSize.sm,
this.showArrow = true,
this.arrowBefore = false,
this.accent = true,
this.onTap,
this.variant = ArrowLinkVariant.inline,
this.animateArrow = false,
});