ArcaneCard constructor
const
ArcaneCard({})
Implementation
const ArcaneCard({
required this.child,
this.padding,
this.radius,
this.border = true,
this.elevation = 0,
this.onTap,
this.color,
this.fillWidth = false,
super.key,
});