CommonCard constructor
const
CommonCard({
- Key? key,
- Widget? child,
- BorderRadius? radius,
- double elevation = 2,
- Color? borderColor,
Implementation
const CommonCard({
super.key,
this.child,
this.radius,
this.elevation = 2,
this.borderColor,
});