ArcaneHovercard constructor
const
ArcaneHovercard({})
Implementation
const ArcaneHovercard({
required this.trigger,
required this.content,
this.position = HovercardPosition.top,
this.showArrow = true,
this.openDelay = 200,
this.closeDelay = 300,
this.offset = 8,
this.isOpen,
this.onOpenChange,
super.key,
});