StructuredCard constructor
const
StructuredCard({})
Implementation
const StructuredCard({
this.header,
required this.body,
this.footer,
this.style,
this.padding,
this.radius,
this.border = true,
this.elevation = 0,
this.onTap,
super.key,
});