ArcaneCard.interactive constructor
const
ArcaneCard.interactive({})
Interactive card (shows hover effect)
Implementation
const ArcaneCard.interactive({
required this.child,
this.padding,
this.radius,
this.onTap,
this.color,
this.fillWidth = false,
super.key,
}) : style = CardStyle.interactive,
border = true,
elevation = 0;