AtomCard constructor
const
AtomCard({
- Key? key,
- required Widget child,
- Color? color,
- double? elevation,
- ShapeBorder? shape,
- EdgeInsetsGeometry? margin,
- Clip? clipBehavior,
- Color? shadowColor,
- bool? borderOnForeground,
Implementation
const AtomCard({
super.key,
required this.child,
this.color,
this.elevation,
this.shape,
this.margin,
this.clipBehavior,
this.shadowColor,
this.borderOnForeground,
});