ArcaneCard.flat constructor
const
ArcaneCard.flat({})
Flat card without shadow
Implementation
const ArcaneCard.flat({
required this.child,
this.padding,
this.radius,
this.onTap,
this.color,
this.fillWidth = false,
super.key,
}) : style = CardStyle.flat,
border = true,
elevation = 0;