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