NeomageCard constructor
const
NeomageCard({})
Implementation
const NeomageCard({
super.key,
this.header,
required this.child,
this.footer,
this.padding,
this.backgroundColor,
this.hasBorder = true,
});
const NeomageCard({
super.key,
this.header,
required this.child,
this.footer,
this.padding,
this.backgroundColor,
this.hasBorder = true,
});