CardProps constructor
const
CardProps({})
Implementation
const CardProps({
this.child,
this.children,
this.variant = CardVariant.elevated,
this.padding,
this.borderRadius,
this.backgroundColor,
this.fillWidth = false,
this.onTap,
}) : assert(child != null || children != null,
'Either child or children must be provided');