ArcaneStructuredCard constructor
const
ArcaneStructuredCard({})
Implementation
const ArcaneStructuredCard({
this.header,
required this.body,
this.footer,
this.padding,
this.radius,
this.border = true,
this.elevation = 0,
void Function()? onTap,
void Function()? onClick,
super.key,
}) : _onTap = onTap ?? onClick;