CardStyle constructor
const
CardStyle({})
Implementation
const CardStyle({
this.titleStyle,
this.subtitleStyle,
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
});