ArcaneHoverCard.hovercard constructor
const
ArcaneHoverCard.hovercard({})
Creates a hover-triggered card with smart delays.
Best for preview cards that show additional info on hover, like user profile previews or link previews.
Implementation
const ArcaneHoverCard.hovercard({
required this.trigger,
required Component this.content,
this.position = FloatingPosition.top,
this.showArrow = true,
this.offset = 8,
this.openDelay = 200,
this.closeDelay = 300,
this.isOpen,
this.onOpenChange,
super.key,
}) : textContent = null,
triggerType = FloatingTrigger.hover,
maxWidth = null,
closeOnOutsideClick = true,
closeOnEscape = true;