CardHeader constructor
const
CardHeader({})
Implementation
const CardHeader({
required this.title,
this.subtitle,
this.icon,
this.iconColor,
this.iconSize,
this.avatarUrl,
this.avatarRadius,
this.titleStyle,
this.subtitleStyle,
});