ArcaneLink constructor
const
ArcaneLink({})
Implementation
const ArcaneLink({
required this.href,
required this.child,
this.styles,
this.classes,
this.id,
this.target,
this.rel,
this.events,
super.key,
});