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