DDCard constructor
const
DDCard({
- Key? key,
- Widget? child,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- double radius = 5,
- double blur = 5,
- Color color = Colors.white,
- Color? shadowColor,
Implementation
const DDCard({
super.key,
this.child,
this.margin,
this.padding,
this.radius = 5,
this.blur = 5,
this.color = Colors.white,
this.shadowColor,
});