Card constructor
const
Card({})
Implementation
const Card({
super.key,
required this.child,
this.onPressed,
this.padding,
this.filled = false,
this.fillColor,
this.borderRadius,
this.clipBehavior = Clip.none,
this.borderColor,
this.borderWidth,
this.boxShadow,
this.surfaceOpacity,
this.surfaceBlur,
});